#E1ABC7

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

Shades of Shocking #E1ABC7

Tints of Shocking #E1ABC7

Color information

#E1ABC7 (or 0xE1ABC7) is unknown color: approx Shocking. HEX triplet: E1, AB and C7. RGB value is (225,171,199). Sum of RGB (Red+Green+Blue) = 225+171+199=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 199 (78.12% from 255 or 33.45% from 595); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ABC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ABC7 is #1E5438. Grayscale: #BEBEBE. Windows color (decimal): -1987641 or 13085665. OLE color: 13085665.

HSL color Cylindrical-coordinate representation of color #E1ABC7: hue angle of 328.89º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1ABC7 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB225171199-
CMYK00.240.120.12
HSL328.89º47.37%77.65%-
HSV(B)328.89º24%88.24%-
XYZ55.9249.2660.59-
YUV190.34132.89152.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.82%
GREEN value IS 171 (67.19% from 255) = 28.74%
BLUE value IS 199 (78.12% from 255) = 33.45%
R=37.82%
G=28.74%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517119900.240.120.12328.8947.3777.65
HexE1ABC7018CC1492f4e
Octal341253307030141451157116
Binary111000011010101111000111011000110011001010010011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ABC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ABC7; }

 p { color: rgb(225,171,199); }

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

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

 a { background-color: rgb(225,171,199); }

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

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

 span { border-color: rgb(225,171,199); }

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