#EF96CD

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

Shades of Shocking #EF96CD

Tints of Shocking #EF96CD

Color information

#EF96CD (or 0xEF96CD) is unknown color: approx Shocking. HEX triplet: EF, 96 and CD. RGB value is (239,150,205). Sum of RGB (Red+Green+Blue) = 239+150+205=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 150 (58.98% from 255 or 25.25% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF96CD is #106932. Grayscale: #B6B6B6. Windows color (decimal): -1075507 or 13473519. OLE color: 13473519.

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

Color convert

RGB239150205-
CMYK00.370.140.06
HSL322.92º73.55%76.27%-
HSV(B)322.92º37.24%93.73%-
XYZ57.5244.5763.33-
YUV182.88140.49168.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.24%
GREEN value IS 150 (58.98% from 255) = 25.25%
BLUE value IS 205 (80.47% from 255) = 34.51%
R=40.24%
G=25.25%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915020500.370.140.06322.9273.5576.27
HexEF96CD025E61434a4c
Octal357226315045166503112114
Binary1110111110010110110011010100101111011010100001110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF96CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF96CD; }

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

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

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

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

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

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

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

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