#EC8DB2

Color #EC8DB2 Illusion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Illusion #EC8DB2

Tints of Illusion #EC8DB2

Color information

#EC8DB2 (or 0xEC8DB2) is unknown color: approx Illusion. HEX triplet: EC, 8D and B2. RGB value is (236,141,178). Sum of RGB (Red+Green+Blue) = 236+141+178=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 141 (55.47% from 255 or 25.41% from 555); Blue value is 178 (69.92% from 255 or 32.07% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8DB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8DB2 is #13724D. Grayscale: #ADADAD. Windows color (decimal): -1274446 or 11701740. OLE color: 11701740.

HSL color Cylindrical-coordinate representation of color #EC8DB2: hue angle of 336.63º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC8DB2 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB236141178-
CMYK00.400.250.07
HSL336.63º71.43%73.92%-
HSV(B)336.63º40.25%92.55%-
XYZ52.1540.147.11-
YUV173.62130.47172.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 236 (92.58% from 255) = 42.52%
GREEN value IS 141 (55.47% from 255) = 25.41%
BLUE value IS 178 (69.92% from 255) = 32.07%
R=42.52%
G=25.41%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614117800.400.250.07336.6371.4373.92
HexEC8DB2028197151474a
Octal354215262050317521107112
Binary11101100100011011011001001010001100111110101000110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8DB2; }

 p { color: rgb(236,141,178); }

 H1.HeaderClassName
 {
   color: #EC8DB2;
 }
 .AnyTagClassName
 {
   color: #EC8DB2;
 }
</style>
background-color css

<style>
 a { background-color: #EC8DB2; }

 a { background-color: rgb(236,141,178); }

 div.DivClassName
 {
   background-color: #EC8DB2;
 }
 .BgClassName
 {
   background-color: #EC8DB2;
 }
</style>
border-color css

<style>
 span { border-color: #EC8DB2; }

 span { border-color: rgb(236,141,178); }

 td.TdClassName
 {
   border-color: #EC8DB2;
 }
 .TagClassName
 {
   border-color: #EC8DB2;
 }
</style>