#EF9AAA

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

Shades of Illusion #EF9AAA

Tints of Illusion #EF9AAA

Color information

#EF9AAA (or 0xEF9AAA) is unknown color: approx Illusion. HEX triplet: EF, 9A and AA. RGB value is (239,154,170). Sum of RGB (Red+Green+Blue) = 239+154+170=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 154 (60.55% from 255 or 27.35% from 563); Blue value is 170 (66.80% from 255 or 30.20% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9AAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9AAA is #106555. Grayscale: #B5B5B5. Windows color (decimal): -1074518 or 11180783. OLE color: 11180783.

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

Color convert

RGB239154170-
CMYK00.360.290.06
HSL348.71º72.65%77.06%-
HSV(B)348.71º35.56%93.73%-
XYZ54.4144.3643.73-
YUV181.24121.66169.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.45%
GREEN value IS 154 (60.55% from 255) = 27.35%
BLUE value IS 170 (66.80% from 255) = 30.20%
R=42.45%
G=27.35%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915417000.360.290.06348.7172.6577.06
HexEF9AAA0241D615d494d
Octal357232252044356535111115
Binary11101111100110101010101001001001110111010101110110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9AAA; }

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

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

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

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

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

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

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

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