#EF96B5

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

Shades of Illusion #EF96B5

Tints of Illusion #EF96B5

Color information

#EF96B5 (or 0xEF96B5) is unknown color: approx Illusion. HEX triplet: EF, 96 and B5. RGB value is (239,150,181). Sum of RGB (Red+Green+Blue) = 239+150+181=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 181 (71.09% from 255 or 31.75% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF96B5 is #10694A. Grayscale: #B4B4B4. Windows color (decimal): -1075531 or 11900655. OLE color: 11900655.

HSL color Cylindrical-coordinate representation of color #EF96B5: hue angle of 339.1º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EF96B5 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB239150181-
CMYK00.370.240.06
HSL339.1º73.55%76.27%-
HSV(B)339.1º37.24%93.73%-
XYZ54.8443.549.22-
YUV180.14128.49169.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.93%
GREEN value IS 150 (58.98% from 255) = 26.32%
BLUE value IS 181 (71.09% from 255) = 31.75%
R=41.93%
G=26.32%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915018100.370.240.06339.173.5576.27
HexEF96B50251861534a4c
Octal357226265045306523112114
Binary11101111100101101011010101001011100011010101001110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF96B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF96B5; }

 p { color: rgb(239,150,181); }

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

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

 a { background-color: rgb(239,150,181); }

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

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

 span { border-color: rgb(239,150,181); }

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