#E1A1BD

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

Shades of Shocking #E1A1BD

Tints of Shocking #E1A1BD

Color information

#E1A1BD (or 0xE1A1BD) is unknown color: approx Shocking. HEX triplet: E1, A1 and BD. RGB value is (225,161,189). Sum of RGB (Red+Green+Blue) = 225+161+189=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 161 (63.28% from 255 or 28% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A1BD is #1E5E42. Grayscale: #B7B7B7. Windows color (decimal): -1990211 or 12427745. OLE color: 12427745.

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

Color convert

RGB225161189-
CMYK00.280.160.12
HSL333.75º51.61%75.69%-
HSV(B)333.75º28.44%88.24%-
XYZ52.9845.1754.07-
YUV183.33131.2157.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.13%
GREEN value IS 161 (63.28% from 255) = 28%
BLUE value IS 189 (74.22% from 255) = 32.87%
R=39.13%
G=28%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516118900.280.160.12333.7551.6175.69
HexE1A1BD01C10C14e344c
Octal341241275034201451664114
Binary1110000110100001101111010111001000011001010011101101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A1BD; }

 p { color: rgb(225,161,189); }

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

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

 a { background-color: rgb(225,161,189); }

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

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

 span { border-color: rgb(225,161,189); }

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