#EF99AA

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

Shades of Illusion #EF99AA

Tints of Illusion #EF99AA

Color information

#EF99AA (or 0xEF99AA) is unknown color: approx Illusion. HEX triplet: EF, 99 and AA. RGB value is (239,153,170). Sum of RGB (Red+Green+Blue) = 239+153+170=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 153 (60.16% from 255 or 27.22% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF99AA is #106655. Grayscale: #B4B4B4. Windows color (decimal): -1074774 or 11180527. OLE color: 11180527.

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

Color convert

RGB239153170-
CMYK00.360.290.06
HSL348.14º72.88%76.86%-
HSV(B)348.14º35.98%93.73%-
XYZ54.2444.0443.67-
YUV180.65121.99169.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.53%
GREEN value IS 153 (60.16% from 255) = 27.22%
BLUE value IS 170 (66.80% from 255) = 30.25%
R=42.53%
G=27.22%
B=30.25%

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
Decimal23915317000.360.290.06348.1472.8876.86
HexEF99AA0241D615c494d
Octal357231252044356534111115
Binary11101111100110011010101001001001110111010101110010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF99AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF99AA; }

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

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

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

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

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

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

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

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