#ef96bf

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

Shades of Shocking #EF96BF

Tints of Shocking #EF96BF

Color information

#EF96BF (or 0xEF96BF) is unknown color: approx Shocking. HEX triplet: EF, 96 and BF. RGB value is (239,150,191). Sum of RGB (Red+Green+Blue) = 239+150+191=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 150 (58.98% from 255 or 25.86% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF96BF is #106940. Grayscale: #B5B5B5. Windows color (decimal): -1075521 or 12556015. OLE color: 12556015.

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

Color convert

RGB239150191-
CMYK00.370.200.06
HSL332.36º73.55%76.27%-
HSV(B)332.36º37.24%93.73%-
XYZ55.9143.9354.82-
YUV181.28133.49169.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.21%
GREEN value IS 150 (58.98% from 255) = 25.86%
BLUE value IS 191 (75% from 255) = 32.93%
R=41.21%
G=25.86%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915019100.370.200.06332.3673.5576.27
HexEF96BF02514614c4a4c
Octal357226277045246514112114
Binary11101111100101101011111101001011010011010100110010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef96bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef96bf; }

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

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

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

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

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

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

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

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