#EF96BA

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

Shades of Shocking #EF96BA

Tints of Shocking #EF96BA

Color information

#EF96BA (or 0xEF96BA) is unknown color: approx Shocking. HEX triplet: EF, 96 and BA. RGB value is (239,150,186). Sum of RGB (Red+Green+Blue) = 239+150+186=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF96BA is #106945. Grayscale: #B4B4B4. Windows color (decimal): -1075526 or 12228335. OLE color: 12228335.

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

Color convert

RGB239150186-
CMYK00.370.220.06
HSL335.73º73.55%76.27%-
HSV(B)335.73º37.24%93.73%-
XYZ55.3743.7151.97-
YUV180.72130.99169.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.57%
GREEN value IS 150 (58.98% from 255) = 26.09%
BLUE value IS 186 (73.05% from 255) = 32.35%
R=41.57%
G=26.09%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915018600.370.220.06335.7373.5576.27
HexEF96BA0251661504a4c
Octal357226272045266520112114
Binary11101111100101101011101001001011011011010101000010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF96BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF96BA; }

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

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

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

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

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

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

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

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