#EB96CA

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

Shades of Shocking #EB96CA

Tints of Shocking #EB96CA

Color information

#EB96CA (or 0xEB96CA) is unknown color: approx Shocking. HEX triplet: EB, 96 and CA. RGB value is (235,150,202). Sum of RGB (Red+Green+Blue) = 235+150+202=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EB96CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB96CA is #146935. Grayscale: #B5B5B5. Windows color (decimal): -1337654 or 13276907. OLE color: 13276907.

HSL color Cylindrical-coordinate representation of color #EB96CA: hue angle of 323.29º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EB96CA is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB235150202-
CMYK00.360.140.08
HSL323.29º68%75.49%-
HSV(B)323.29º36.17%92.16%-
XYZ55.8343.7461.38-
YUV181.34139.66166.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.03%
GREEN value IS 150 (58.98% from 255) = 25.55%
BLUE value IS 202 (79.30% from 255) = 34.41%
R=40.03%
G=25.55%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515020200.360.140.08323.296875.49
HexEB96CA024E8143444b
Octal3532263120441610503104113
Binary11101011100101101100101001001001110100010100001110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB96CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB96CA; }

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

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

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

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

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

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

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

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