#EF96CA

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

Shades of Shocking #EF96CA

Tints of Shocking #EF96CA

Color information

#EF96CA (or 0xEF96CA) is unknown color: approx Shocking. HEX triplet: EF, 96 and CA. RGB value is (239,150,202). Sum of RGB (Red+Green+Blue) = 239+150+202=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 150 (58.98% from 255 or 25.38% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF96CA is #106935. Grayscale: #B6B6B6. Windows color (decimal): -1075510 or 13276911. OLE color: 13276911.

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

Color convert

RGB239150202-
CMYK00.370.150.06
HSL324.94º73.55%76.27%-
HSV(B)324.94º37.24%93.73%-
XYZ57.1644.4361.44-
YUV182.54138.99168.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.44%
GREEN value IS 150 (58.98% from 255) = 25.38%
BLUE value IS 202 (79.30% from 255) = 34.18%
R=40.44%
G=25.38%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915020200.370.150.06324.9473.5576.27
HexEF96CA025F61454a4c
Octal357226312045176505112114
Binary1110111110010110110010100100101111111010100010110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF96CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF96CA; }

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

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

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

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

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

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

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

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