#EB9ECC

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

Shades of Shocking #EB9ECC

Tints of Shocking #EB9ECC

Color information

#EB9ECC (or 0xEB9ECC) is unknown color: approx Shocking. HEX triplet: EB, 9E and CC. RGB value is (235,158,204). Sum of RGB (Red+Green+Blue) = 235+158+204=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 158 (62.11% from 255 or 26.47% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9ECC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9ECC is #146133. Grayscale: #BABABA. Windows color (decimal): -1335604 or 13410027. OLE color: 13410027.

HSL color Cylindrical-coordinate representation of color #EB9ECC: hue angle of 324.16º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EB9ECC is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB235158204-
CMYK00.330.130.08
HSL324.16º65.81%77.06%-
HSV(B)324.16º32.77%92.16%-
XYZ57.3946.4863.07-
YUV186.27138.01162.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.36%
GREEN value IS 158 (62.11% from 255) = 26.47%
BLUE value IS 204 (80.08% from 255) = 34.17%
R=39.36%
G=26.47%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515820400.330.130.08324.1665.8177.06
HexEB9ECC021D8144424d
Octal3532363140411510504102115
Binary11101011100111101100110001000011101100010100010010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9ECC; }

 p { color: rgb(235,158,204); }

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

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

 a { background-color: rgb(235,158,204); }

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

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

 span { border-color: rgb(235,158,204); }

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