#E1A1CD

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

Shades of Shocking #E1A1CD

Tints of Shocking #E1A1CD

Color information

#E1A1CD (or 0xE1A1CD) is unknown color: approx Shocking. HEX triplet: E1, A1 and CD. RGB value is (225,161,205). Sum of RGB (Red+Green+Blue) = 225+161+205=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 161 (63.28% from 255 or 27.24% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A1CD is #1E5E32. Grayscale: #B9B9B9. Windows color (decimal): -1990195 or 13476321. OLE color: 13476321.

HSL color Cylindrical-coordinate representation of color #E1A1CD: hue angle of 318.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 #E1A1CD is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB225161205-
CMYK00.280.090.12
HSL318.75º51.61%75.69%-
HSV(B)318.75º28.44%88.24%-
XYZ54.8245.9163.73-
YUV185.15139.2156.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.07%
GREEN value IS 161 (63.28% from 255) = 27.24%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=38.07%
G=27.24%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516120500.280.090.12318.7551.6175.69
HexE1A1CD01C9C13f344c
Octal341241315034111447764114
Binary111000011010000111001101011100100111001001111111101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A1CD; }

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

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

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

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

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

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

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

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