#E1A0BB

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

Shades of Shocking #E1A0BB

Tints of Shocking #E1A0BB

Color information

#E1A0BB (or 0xE1A0BB) is unknown color: approx Shocking. HEX triplet: E1, A0 and BB. RGB value is (225,160,187). Sum of RGB (Red+Green+Blue) = 225+160+187=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 160 (62.89% from 255 or 27.97% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A0BB is #1E5F44. Grayscale: #B6B6B6. Windows color (decimal): -1990469 or 12296417. OLE color: 12296417.

HSL color Cylindrical-coordinate representation of color #E1A0BB: hue angle of 335.08º 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 #E1A0BB is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB225160187-
CMYK00.290.170.12
HSL335.08º52%75.49%-
HSV(B)335.08º28.89%88.24%-
XYZ52.5944.7452.88-
YUV182.51130.53158.3-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.34%
GREEN value IS 160 (62.89% from 255) = 27.97%
BLUE value IS 187 (73.44% from 255) = 32.69%
R=39.34%
G=27.97%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516018700.290.170.12335.085275.49
HexE1A0BB01D11C14f344b
Octal341240273035211451764113
Binary1110000110100000101110110111011000111001010011111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A0BB; }

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

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

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

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

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

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

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

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