#EB9DC8

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

Shades of Shocking #EB9DC8

Tints of Shocking #EB9DC8

Color information

#EB9DC8 (or 0xEB9DC8) is unknown color: approx Shocking. HEX triplet: EB, 9D and C8. RGB value is (235,157,200). Sum of RGB (Red+Green+Blue) = 235+157+200=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 157 (61.72% from 255 or 26.52% from 592); Blue value is 200 (78.52% from 255 or 33.78% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9DC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9DC8 is #146237. Grayscale: #B9B9B9. Windows color (decimal): -1335864 or 13147627. OLE color: 13147627.

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

Color convert

RGB235157200-
CMYK00.330.150.08
HSL326.92º66.1%76.86%-
HSV(B)326.92º33.19%92.16%-
XYZ56.7445.9560.52-
YUV185.22136.34163.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.70%
GREEN value IS 157 (61.72% from 255) = 26.52%
BLUE value IS 200 (78.52% from 255) = 33.78%
R=39.70%
G=26.52%
B=33.78%

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
Decimal23515720000.330.150.08326.9266.176.86
HexEB9DC8021F8147424d
Octal3532353100411710507102115
Binary11101011100111011100100001000011111100010100011110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9DC8; }

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

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

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

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

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

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

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

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