#EF99AF

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

Shades of Illusion #EF99AF

Tints of Illusion #EF99AF

Color information

#EF99AF (or 0xEF99AF) is unknown color: approx Illusion. HEX triplet: EF, 99 and AF. RGB value is (239,153,175). Sum of RGB (Red+Green+Blue) = 239+153+175=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 153 (60.16% from 255 or 26.98% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF99AF is #106650. Grayscale: #B5B5B5. Windows color (decimal): -1074769 or 11508207. OLE color: 11508207.

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

Color convert

RGB239153175-
CMYK00.360.270.06
HSL344.65º72.88%76.86%-
HSV(B)344.65º35.98%93.73%-
XYZ54.7344.2346.21-
YUV181.22124.49169.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.15%
GREEN value IS 153 (60.16% from 255) = 26.98%
BLUE value IS 175 (68.75% from 255) = 30.86%
R=42.15%
G=26.98%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915317500.360.270.06344.6572.8876.86
HexEF99AF0241B6159494d
Octal357231257044336531111115
Binary11101111100110011010111101001001101111010101100110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF99AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF99AF; }

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

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

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

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

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

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

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

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