#EB9DCB

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

Shades of Shocking #EB9DCB

Tints of Shocking #EB9DCB

Color information

#EB9DCB (or 0xEB9DCB) is unknown color: approx Shocking. HEX triplet: EB, 9D and CB. RGB value is (235,157,203). Sum of RGB (Red+Green+Blue) = 235+157+203=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 157 (61.72% from 255 or 26.39% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9DCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9DCB is #146234. Grayscale: #B9B9B9. Windows color (decimal): -1335861 or 13344235. OLE color: 13344235.

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

Color convert

RGB235157203-
CMYK00.330.140.08
HSL324.62º66.1%76.86%-
HSV(B)324.62º33.19%92.16%-
XYZ57.146.0962.39-
YUV185.57137.84163.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.50%
GREEN value IS 157 (61.72% from 255) = 26.39%
BLUE value IS 203 (79.69% from 255) = 34.12%
R=39.50%
G=26.39%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515720300.330.140.08324.6266.176.86
HexEB9DCB021E8145424d
Octal3532353130411610505102115
Binary11101011100111011100101101000011110100010100010110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9DCB; }

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

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

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

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

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

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

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

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