#E1A8CD

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

Shades of Shocking #E1A8CD

Tints of Shocking #E1A8CD

Color information

#E1A8CD (or 0xE1A8CD) is unknown color: approx Shocking. HEX triplet: E1, A8 and CD. RGB value is (225,168,205). Sum of RGB (Red+Green+Blue) = 225+168+205=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 168 (66.02% from 255 or 28.09% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A8CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A8CD is #1E5732. Grayscale: #BDBDBD. Windows color (decimal): -1988403 or 13478113. OLE color: 13478113.

HSL color Cylindrical-coordinate representation of color #E1A8CD: hue angle of 321.05º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1A8CD is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB225168205-
CMYK00.250.090.12
HSL321.05º48.72%77.06%-
HSV(B)321.05º25.33%88.24%-
XYZ56.0748.4264.15-
YUV189.26136.88153.49-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.63%
GREEN value IS 168 (66.02% from 255) = 28.09%
BLUE value IS 205 (80.47% from 255) = 34.28%
R=37.63%
G=28.09%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516820500.250.090.12321.0548.7277.06
HexE1A8CD0199C141314d
Octal341250315031111450161115
Binary111000011010100011001101011001100111001010000011100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A8CD; }

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

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

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

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

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

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

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

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