#E1A9CB

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

Shades of Shocking #E1A9CB

Tints of Shocking #E1A9CB

Color information

#E1A9CB (or 0xE1A9CB) is unknown color: approx Shocking. HEX triplet: E1, A9 and CB. RGB value is (225,169,203). Sum of RGB (Red+Green+Blue) = 225+169+203=597 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.69% from 597); Green value is 169 (66.41% from 255 or 28.31% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A9CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A9CB is #1E5634. Grayscale: #BDBDBD. Windows color (decimal): -1988149 or 13347297. OLE color: 13347297.

HSL color Cylindrical-coordinate representation of color #E1A9CB: hue angle of 323.57º degrees, saturation: 0.48, 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 #E1A9CB is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB225169203-
CMYK00.250.100.12
HSL323.57º48.28%77.25%-
HSV(B)323.57º24.89%88.24%-
XYZ56.0248.762.95-
YUV189.62135.55153.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.69%
GREEN value IS 169 (66.41% from 255) = 28.31%
BLUE value IS 203 (79.69% from 255) = 34.00%
R=37.69%
G=28.31%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516920300.250.100.12323.5748.2877.25
HexE1A9CB019AC144304d
Octal341251313031121450460115
Binary111000011010100111001011011001101011001010001001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A9CB; }

 p { color: rgb(225,169,203); }

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

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

 a { background-color: rgb(225,169,203); }

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

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

 span { border-color: rgb(225,169,203); }

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