#EB9CCB

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

Shades of Shocking #EB9CCB

Tints of Shocking #EB9CCB

Color information

#EB9CCB (or 0xEB9CCB) is unknown color: approx Shocking. HEX triplet: EB, 9C and CB. RGB value is (235,156,203). Sum of RGB (Red+Green+Blue) = 235+156+203=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 156 (61.33% from 255 or 26.26% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9CCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9CCB is #146334. Grayscale: #B8B8B8. Windows color (decimal): -1336117 or 13343979. OLE color: 13343979.

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

Color convert

RGB235156203-
CMYK00.340.140.08
HSL324.3º66.39%76.67%-
HSV(B)324.3º33.62%92.16%-
XYZ56.9345.7562.33-
YUV184.98138.17163.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.56%
GREEN value IS 156 (61.33% from 255) = 26.26%
BLUE value IS 203 (79.69% from 255) = 34.18%
R=39.56%
G=26.26%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515620300.340.140.08324.366.3976.67
HexEB9CCB022E8144424d
Octal3532343130421610504102115
Binary11101011100111001100101101000101110100010100010010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9CCB; }

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

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

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

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

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

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

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

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