#EF8EB2

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

Shades of Illusion #EF8EB2

Tints of Illusion #EF8EB2

Color information

#EF8EB2 (or 0xEF8EB2) is unknown color: approx Illusion. HEX triplet: EF, 8E and B2. RGB value is (239,142,178). Sum of RGB (Red+Green+Blue) = 239+142+178=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 142 (55.86% from 255 or 25.40% from 559); Blue value is 178 (69.92% from 255 or 31.84% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8EB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8EB2 is #10714D. Grayscale: #AFAFAF. Windows color (decimal): -1077582 or 11701999. OLE color: 11701999.

HSL color Cylindrical-coordinate representation of color #EF8EB2: hue angle of 337.73º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8EB2 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB239142178-
CMYK00.410.260.06
HSL337.73º75.19%74.71%-
HSV(B)337.73º40.59%93.73%-
XYZ53.3140.9147.21-
YUV175.11129.64173.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.75%
GREEN value IS 142 (55.86% from 255) = 25.40%
BLUE value IS 178 (69.92% from 255) = 31.84%
R=42.75%
G=25.40%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914217800.410.260.06337.7375.1974.71
HexEF8EB20291A61524b4b
Octal357216262051326522113113
Binary11101111100011101011001001010011101011010101001010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8EB2; }

 p { color: rgb(239,142,178); }

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

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

 a { background-color: rgb(239,142,178); }

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

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

 span { border-color: rgb(239,142,178); }

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