#EF96B9

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

Shades of Shocking #EF96B9

Tints of Shocking #EF96B9

Color information

#EF96B9 (or 0xEF96B9) is unknown color: approx Shocking. HEX triplet: EF, 96 and B9. RGB value is (239,150,185). Sum of RGB (Red+Green+Blue) = 239+150+185=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF96B9 is #106946. Grayscale: #B4B4B4. Windows color (decimal): -1075527 or 12162799. OLE color: 12162799.

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

Color convert

RGB239150185-
CMYK00.370.230.06
HSL336.4º73.55%76.27%-
HSV(B)336.4º37.24%93.73%-
XYZ55.2643.6751.41-
YUV180.6130.49169.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.64%
GREEN value IS 150 (58.98% from 255) = 26.13%
BLUE value IS 185 (72.66% from 255) = 32.23%
R=41.64%
G=26.13%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915018500.370.230.06336.473.5576.27
HexEF96B90251761504a4c
Octal357226271045276520112114
Binary11101111100101101011100101001011011111010101000010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF96B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF96B9; }

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

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

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

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

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

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

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

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