#EB9CCC

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

Shades of Shocking #EB9CCC

Tints of Shocking #EB9CCC

Color information

#EB9CCC (or 0xEB9CCC) is unknown color: approx Shocking. HEX triplet: EB, 9C and CC. RGB value is (235,156,204). Sum of RGB (Red+Green+Blue) = 235+156+204=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 156 (61.33% from 255 or 26.22% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9CCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9CCC is #146333. Grayscale: #B8B8B8. Windows color (decimal): -1336116 or 13409515. OLE color: 13409515.

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

Color convert

RGB235156204-
CMYK00.340.130.08
HSL323.54º66.39%76.67%-
HSV(B)323.54º33.62%92.16%-
XYZ57.0545.862.96-
YUV185.09138.67163.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.50%
GREEN value IS 156 (61.33% from 255) = 26.22%
BLUE value IS 204 (80.08% from 255) = 34.29%
R=39.50%
G=26.22%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515620400.340.130.08323.5466.3976.67
HexEB9CCC022D8144424d
Octal3532343140421510504102115
Binary11101011100111001100110001000101101100010100010010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9CCC; }

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

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

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

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

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

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

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

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