#EF99B4

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

Shades of Illusion #EF99B4

Tints of Illusion #EF99B4

Color information

#EF99B4 (or 0xEF99B4) is unknown color: approx Illusion. HEX triplet: EF, 99 and B4. RGB value is (239,153,180). Sum of RGB (Red+Green+Blue) = 239+153+180=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 153 (60.16% from 255 or 26.75% from 572); Blue value is 180 (70.70% from 255 or 31.47% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF99B4 is #10664B. Grayscale: #B5B5B5. Windows color (decimal): -1074764 or 11835887. OLE color: 11835887.

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

Color convert

RGB239153180-
CMYK00.360.250.06
HSL341.16º72.88%76.86%-
HSV(B)341.16º35.98%93.73%-
XYZ55.2344.4348.84-
YUV181.79126.99168.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.78%
GREEN value IS 153 (60.16% from 255) = 26.75%
BLUE value IS 180 (70.70% from 255) = 31.47%
R=41.78%
G=26.75%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915318000.360.250.06341.1672.8876.86
HexEF99B4024196155494d
Octal357231264044316525111115
Binary11101111100110011011010001001001100111010101010110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF99B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF99B4; }

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

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

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

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

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

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

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

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