#EB96D0

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

Shades of Shocking #EB96D0

Tints of Shocking #EB96D0

Color information

#EB96D0 (or 0xEB96D0) is unknown color: approx Shocking. HEX triplet: EB, 96 and D0. RGB value is (235,150,208). Sum of RGB (Red+Green+Blue) = 235+150+208=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 150 (58.98% from 255 or 25.30% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EB96D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB96D0 is #14692F. Grayscale: #B5B5B5. Windows color (decimal): -1337648 or 13670123. OLE color: 13670123.

HSL color Cylindrical-coordinate representation of color #EB96D0: hue angle of 319.06º 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 #EB96D0 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB235150208-
CMYK00.360.110.08
HSL319.06º68%75.49%-
HSV(B)319.06º36.17%92.16%-
XYZ56.5544.0365.19-
YUV182.03142.66165.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.63%
GREEN value IS 150 (58.98% from 255) = 25.30%
BLUE value IS 208 (81.64% from 255) = 35.08%
R=39.63%
G=25.30%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515020800.360.110.08319.066875.49
HexEB96D0024B813f444b
Octal3532263200441310477104113
Binary11101011100101101101000001001001011100010011111110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB96D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB96D0; }

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

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

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

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

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

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

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

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