#EF96BB

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

Shades of Shocking #EF96BB

Tints of Shocking #EF96BB

Color information

#EF96BB (or 0xEF96BB) is unknown color: approx Shocking. HEX triplet: EF, 96 and BB. RGB value is (239,150,187). Sum of RGB (Red+Green+Blue) = 239+150+187=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF96BB is #106944. Grayscale: #B4B4B4. Windows color (decimal): -1075525 or 12293871. OLE color: 12293871.

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

Color convert

RGB239150187-
CMYK00.370.220.06
HSL335.06º73.55%76.27%-
HSV(B)335.06º37.24%93.73%-
XYZ55.4743.7552.53-
YUV180.83131.49169.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.49%
GREEN value IS 150 (58.98% from 255) = 26.04%
BLUE value IS 187 (73.44% from 255) = 32.47%
R=41.49%
G=26.04%
B=32.47%

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
Decimal23915018700.370.220.06335.0673.5576.27
HexEF96BB02516614f4a4c
Octal357226273045266517112114
Binary11101111100101101011101101001011011011010100111110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF96BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF96BB; }

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

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

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

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

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

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

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

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