#EF99B2

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

Shades of Illusion #EF99B2

Tints of Illusion #EF99B2

Color information

#EF99B2 (or 0xEF99B2) is unknown color: approx Illusion. HEX triplet: EF, 99 and B2. RGB value is (239,153,178). Sum of RGB (Red+Green+Blue) = 239+153+178=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF99B2 is #10664D. Grayscale: #B5B5B5. Windows color (decimal): -1074766 or 11704815. OLE color: 11704815.

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

Color convert

RGB239153178-
CMYK00.360.260.06
HSL342.56º72.88%76.86%-
HSV(B)342.56º35.98%93.73%-
XYZ55.0244.3547.78-
YUV181.56125.99168.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.93%
GREEN value IS 153 (60.16% from 255) = 26.84%
BLUE value IS 178 (69.92% from 255) = 31.23%
R=41.93%
G=26.84%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915317800.360.260.06342.5672.8876.86
HexEF99B20241A6157494d
Octal357231262044326527111115
Binary11101111100110011011001001001001101011010101011110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF99B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF99B2; }

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

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

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

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

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

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

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

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