#EB9CBD

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

Shades of Shocking #EB9CBD

Tints of Shocking #EB9CBD

Color information

#EB9CBD (or 0xEB9CBD) is unknown color: approx Shocking. HEX triplet: EB, 9C and BD. RGB value is (235,156,189). Sum of RGB (Red+Green+Blue) = 235+156+189=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 156 (61.33% from 255 or 26.90% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9CBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9CBD is #146342. Grayscale: #B7B7B7. Windows color (decimal): -1336131 or 12426475. OLE color: 12426475.

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

Color convert

RGB235156189-
CMYK00.340.200.08
HSL334.94º66.39%76.67%-
HSV(B)334.94º33.62%92.16%-
XYZ55.3345.1153.94-
YUV183.38131.17164.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.52%
GREEN value IS 156 (61.33% from 255) = 26.90%
BLUE value IS 189 (74.22% from 255) = 32.59%
R=40.52%
G=26.90%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515618900.340.200.08334.9466.3976.67
HexEB9CBD02214814f424d
Octal3532342750422410517102115
Binary111010111001110010111101010001010100100010100111110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9CBD; }

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

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

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

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

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

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

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

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