#EBA6CB

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

Shades of Shocking #EBA6CB

Tints of Shocking #EBA6CB

Color information

#EBA6CB (or 0xEBA6CB) is unknown color: approx Shocking. HEX triplet: EB, A6 and CB. RGB value is (235,166,203). Sum of RGB (Red+Green+Blue) = 235+166+203=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 166 (65.23% from 255 or 27.48% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA6CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA6CB is #145934. Grayscale: #BEBEBE. Windows color (decimal): -1333557 or 13346539. OLE color: 13346539.

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

Color convert

RGB235166203-
CMYK00.290.140.08
HSL327.83º63.3%78.63%-
HSV(B)327.83º29.36%92.16%-
XYZ58.6849.2562.91-
YUV190.85134.86159.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.91%
GREEN value IS 166 (65.23% from 255) = 27.48%
BLUE value IS 203 (79.69% from 255) = 33.61%
R=38.91%
G=27.48%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516620300.290.140.08327.8363.378.63
HexEBA6CB01DE81483f4f
Octal353246313035161051077117
Binary111010111010011011001011011101111010001010010001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA6CB; }

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

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

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

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

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

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

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

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