#EB9EC3

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

Shades of Shocking #EB9EC3

Tints of Shocking #EB9EC3

Color information

#EB9EC3 (or 0xEB9EC3) is unknown color: approx Shocking. HEX triplet: EB, 9E and C3. RGB value is (235,158,195). Sum of RGB (Red+Green+Blue) = 235+158+195=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 158 (62.11% from 255 or 26.87% from 588); Blue value is 195 (76.56% from 255 or 33.16% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9EC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9EC3 is #14613C. Grayscale: #B9B9B9. Windows color (decimal): -1335613 or 12820203. OLE color: 12820203.

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

Color convert

RGB235158195-
CMYK00.330.170.08
HSL331.17º65.81%77.06%-
HSV(B)331.17º32.77%92.16%-
XYZ56.3446.0657.55-
YUV185.24133.51163.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.97%
GREEN value IS 158 (62.11% from 255) = 26.87%
BLUE value IS 195 (76.56% from 255) = 33.16%
R=39.97%
G=26.87%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515819500.330.170.08331.1765.8177.06
HexEB9EC302111814b424d
Octal3532363030412110513102115
Binary111010111001111011000011010000110001100010100101110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9EC3; }

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

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

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

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

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

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

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

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