#eb9ec8

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

Shades of Shocking #EB9EC8

Tints of Shocking #EB9EC8

Color information

#EB9EC8 (or 0xEB9EC8) is unknown color: approx Shocking. HEX triplet: EB, 9E and C8. RGB value is (235,158,200). Sum of RGB (Red+Green+Blue) = 235+158+200=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 158 (62.11% from 255 or 26.64% from 593); Blue value is 200 (78.52% from 255 or 33.73% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9EC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9EC8 is #146137. Grayscale: #B9B9B9. Windows color (decimal): -1335608 or 13147883. OLE color: 13147883.

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

Color convert

RGB235158200-
CMYK00.330.150.08
HSL327.27º65.81%77.06%-
HSV(B)327.27º32.77%92.16%-
XYZ56.9146.2960.58-
YUV185.81136.01163.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.63%
GREEN value IS 158 (62.11% from 255) = 26.64%
BLUE value IS 200 (78.52% from 255) = 33.73%
R=39.63%
G=26.64%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515820000.330.150.08327.2765.8177.06
HexEB9EC8021F8147424d
Octal3532363100411710507102115
Binary11101011100111101100100001000011111100010100011110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb9ec8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb9ec8; }

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

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

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

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

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

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

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

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