#EF9CAA

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

Shades of Illusion #EF9CAA

Tints of Illusion #EF9CAA

Color information

#EF9CAA (or 0xEF9CAA) is unknown color: approx Illusion. HEX triplet: EF, 9C and AA. RGB value is (239,156,170). Sum of RGB (Red+Green+Blue) = 239+156+170=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 156 (61.33% from 255 or 27.61% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9CAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9CAA is #106355. Grayscale: #B6B6B6. Windows color (decimal): -1074006 or 11181295. OLE color: 11181295.

HSL color Cylindrical-coordinate representation of color #EF9CAA: hue angle of 349.88º 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 #EF9CAA is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB239156170-
CMYK00.350.290.06
HSL349.88º72.17%77.45%-
HSV(B)349.88º34.73%93.73%-
XYZ54.7445.0343.84-
YUV182.41121168.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.30%
GREEN value IS 156 (61.33% from 255) = 27.61%
BLUE value IS 170 (66.80% from 255) = 30.09%
R=42.30%
G=27.61%
B=30.09%

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
Decimal23915617000.350.290.06349.8872.1777.45
HexEF9CAA0231D615e484d
Octal357234252043356536110115
Binary11101111100111001010101001000111110111010101111010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9CAA; }

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

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

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

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

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

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

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

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