#E1A0BC

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

Shades of Shocking #E1A0BC

Tints of Shocking #E1A0BC

Color information

#E1A0BC (or 0xE1A0BC) is unknown color: approx Shocking. HEX triplet: E1, A0 and BC. RGB value is (225,160,188). Sum of RGB (Red+Green+Blue) = 225+160+188=573 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.27% from 573); Green value is 160 (62.89% from 255 or 27.92% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A0BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A0BC is #1E5F43. Grayscale: #B6B6B6. Windows color (decimal): -1990468 or 12361953. OLE color: 12361953.

HSL color Cylindrical-coordinate representation of color #E1A0BC: hue angle of 334.15º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1A0BC is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB225160188-
CMYK00.290.160.12
HSL334.15º52%75.49%-
HSV(B)334.15º28.89%88.24%-
XYZ52.744.7853.44-
YUV182.63131.03158.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.27%
GREEN value IS 160 (62.89% from 255) = 27.92%
BLUE value IS 188 (73.83% from 255) = 32.81%
R=39.27%
G=27.92%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516018800.290.160.12334.155275.49
HexE1A0BC01D10C14e344b
Octal341240274035201451664113
Binary1110000110100000101111000111011000011001010011101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A0BC; }

 p { color: rgb(225,160,188); }

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

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

 a { background-color: rgb(225,160,188); }

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

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

 span { border-color: rgb(225,160,188); }

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