COLOR #E675B0

HEX: #E675B0
RGB: (230,117,176)

Color info

#E675B0 contains mainly red and blue colors. Web safe color of #E675B0 is #CC6699 (or #C69).

RGB color model

#E675B0 color RGB value is (230,117,176).

  • red value is 230;
  • green value is 117;
  • blue value is 176.
RGB:
(230,117,176)
(90%,46%,69%)

RGB channels and saturation

R 230 of 255 = 90%
G 117 of 255 = 46%
B 176 of 255 = 69%

230
117
176

R + G + B ~ 68%. #E675B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 117 + 176 = 523 (100%)
R 230 of 523 ~ 43.98%
G 117 of 523 ~ 22.37%
B 176 of 523 ~ 33.65%

%43.98
%22.37
%33.65

CMYK color model

#E675B0 color CMYK value is (0,49,23,10).

  • cyan value is 0.00%
  • magenta value is 49.13%
  • yellow value is 23.48%
  • key color value is 9.80%
CMYK:
(0,49,23,10)
C0M49Y23K10 
(0%,49%,23%,10%)
(0.00/0.49/0.23/0.10)	

CMYK percentages

%0
%49.13
%23.48
%9.8

Codes

Color #E675B0 in popluar color models

E675B0
RGB230117176
HSL329°69.33%68.04%
HSB/HSV329°49.13%90.20%
CMYK0.00%49.13%23.48%
9.80%

Color #E675B0 in popluar number systems.

HEXE675B0
Decimal230117176
Binary11100110111010110110000
Octal346165260

Shades and tints

Shades of #E675B0

#E675B0
(230,117,176)
#D26BA0
(210,107,160)
#BE6190
(190,97,144)
#AA5780
(170,87,128)
#964D70
(150,77,112)
#824360
(130,67,96)
#6E3950
(110,57,80)
#5A2F40
(90,47,64)
#462530
(70,37,48)
#321B20
(50,27,32)
#1E1110
(30,17,16)
#000000
(0,0,0)

Tints of #E675B0

#E675B0
(230,117,176)
#E881B7
(232,129,183)
#EA8DBE
(234,141,190)
#EC99C5
(236,153,197)
#EEA5CC
(238,165,204)
#F0B1D3
(240,177,211)
#F2BDDA
(242,189,218)
#F4C9E1
(244,201,225)
#F6D5E8
(246,213,232)
#F8E1EF
(248,225,239)
#FAEDF6
(250,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E675B0 color. Also use rgb(230,117,176) instead hex code.

Text Font Color

.myTextColor { color: #E675B0; }

<p style="color:#E675B0">This sample text font color is #E675B0.</p>

This text font color is #E675B0.


Background Color

.myBgColor { background-color: #E675B0; }

<div style="background-color:#E675B0">Inner text</div>

This div background color is #E675B0.


Border color

.myBorderColor { border: 1px solid #E675B0; }

<div style="border:3px solid #E675B0">Div</div>

This div border color is #E675B0.


Opacity

.myOpacity80 { color: #E675B0; opacity: 0.8; }

<p style="color:#E675B0;opacity:0.8;">80%</p>

Text with #E675B0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E675B0;}

<p style="text-shadow: 3px 3px 1px #E675B0">Text here.</p>

This text has shadow with #E675B0 color.

.textShadow {text-shadow: 3px 3px 1px #E675B0, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E675B0, 5px 5px 20px red">Text here.</p>

This text has shadow with #E675B0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E675B0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E675B0, Direction=45, Strength=4)">Text</p>

This text has shadow with #E675B0 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E675B0;
  -webkit-box-shadow:	1px 1px 3px 2px #E675B0;
  box-shadow:		1px 1px 3px 2px #E675B0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E675B0;
-webkit-box-shadow: 1px 1px 3px 2px #E675B0;
box-shadow:1px 1px 3px 2px #E675B0;">
Div content here</div>
This div box has shadow with color #E675B0.

Preview

Color preview on black background

This text has color #E675B0 on black background.


Color preview on white background

This text has color #E675B0 on white background.



Black color preview on #E675B0 background

This text has black color on #E675B0 background.


White color preview on #E675B0 background

This text has white color on #E675B0 background.