#EF9CA9

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

Shades of Illusion #EF9CA9

Tints of Illusion #EF9CA9

Color information

#EF9CA9 (or 0xEF9CA9) is unknown color: approx Illusion. HEX triplet: EF, 9C and A9. RGB value is (239,156,169). Sum of RGB (Red+Green+Blue) = 239+156+169=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 156 (61.33% from 255 or 27.66% from 564); Blue value is 169 (66.41% from 255 or 29.96% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9CA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9CA9 is #106356. Grayscale: #B6B6B6. Windows color (decimal): -1074007 or 11115759. OLE color: 11115759.

HSL color Cylindrical-coordinate representation of color #EF9CA9: hue angle of 350.6º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EF9CA9 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB239156169-
CMYK00.350.290.06
HSL350.6º72.17%77.45%-
HSV(B)350.6º34.73%93.73%-
XYZ54.6544.9943.34-
YUV182.3120.5168.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.38%
GREEN value IS 156 (61.33% from 255) = 27.66%
BLUE value IS 169 (66.41% from 255) = 29.96%
R=42.38%
G=27.66%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915616900.350.290.06350.672.1777.45
HexEF9CA90231D615f484d
Octal357234251043356537110115
Binary11101111100111001010100101000111110111010101111110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9CA9; }

 p { color: rgb(239,156,169); }

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

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

 a { background-color: rgb(239,156,169); }

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

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

 span { border-color: rgb(239,156,169); }

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