#EBA0CB

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

Shades of Shocking #EBA0CB

Tints of Shocking #EBA0CB

Color information

#EBA0CB (or 0xEBA0CB) is unknown color: approx Shocking. HEX triplet: EB, A0 and CB. RGB value is (235,160,203). Sum of RGB (Red+Green+Blue) = 235+160+203=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 160 (62.89% from 255 or 26.76% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA0CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA0CB is #145F34. Grayscale: #BBBBBB. Windows color (decimal): -1335093 or 13345003. OLE color: 13345003.

HSL color Cylindrical-coordinate representation of color #EBA0CB: hue angle of 325.6º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBA0CB is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB235160203-
CMYK00.320.140.08
HSL325.6º65.22%77.45%-
HSV(B)325.6º31.91%92.16%-
XYZ57.6147.1262.56-
YUV187.33136.85162-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.30%
GREEN value IS 160 (62.89% from 255) = 26.76%
BLUE value IS 203 (79.69% from 255) = 33.95%
R=39.30%
G=26.76%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516020300.320.140.08325.665.2277.45
HexEBA0CB020E8146414d
Octal3532403130401610506101115
Binary11101011101000001100101101000001110100010100011010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA0CB; }

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

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

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

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

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

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

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

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