#EF9CAF

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

Shades of Illusion #EF9CAF

Tints of Illusion #EF9CAF

Color information

#EF9CAF (or 0xEF9CAF) is unknown color: approx Illusion. HEX triplet: EF, 9C and AF. RGB value is (239,156,175). Sum of RGB (Red+Green+Blue) = 239+156+175=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 156 (61.33% from 255 or 27.37% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9CAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9CAF is #106350. Grayscale: #B6B6B6. Windows color (decimal): -1074001 or 11508975. OLE color: 11508975.

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

Color convert

RGB239156175-
CMYK00.350.270.06
HSL346.27º72.17%77.45%-
HSV(B)346.27º34.73%93.73%-
XYZ55.2245.2246.38-
YUV182.98123.5167.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.93%
GREEN value IS 156 (61.33% from 255) = 27.37%
BLUE value IS 175 (68.75% from 255) = 30.70%
R=41.93%
G=27.37%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915617500.350.270.06346.2772.1777.45
HexEF9CAF0231B615a484d
Octal357234257043336532110115
Binary11101111100111001010111101000111101111010101101010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9CAF; }

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

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

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

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

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

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

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

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