#E5ABC7

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

Shades of Shocking #E5ABC7

Tints of Shocking #E5ABC7

Color information

#E5ABC7 (or 0xE5ABC7) is unknown color: approx Shocking. HEX triplet: E5, AB and C7. RGB value is (229,171,199). Sum of RGB (Red+Green+Blue) = 229+171+199=599 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.23% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 199 (78.12% from 255 or 33.22% from 599); Max value from RGB is 229 - color contains mainly: red. Hex color #E5ABC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5ABC7 is #1A5438. Grayscale: #BFBFBF. Windows color (decimal): -1725497 or 13085669. OLE color: 13085669.

HSL color Cylindrical-coordinate representation of color #E5ABC7: hue angle of 331.03º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5ABC7 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB229171199-
CMYK00.250.130.10
HSL331.03º52.73%78.43%-
HSV(B)331.03º25.33%89.8%-
XYZ57.1849.9160.65-
YUV191.53132.22154.72-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.23%
GREEN value IS 171 (67.19% from 255) = 28.55%
BLUE value IS 199 (78.12% from 255) = 33.22%
R=38.23%
G=28.55%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917119900.250.130.10331.0352.7378.43
HexE5ABC7019DA14b354e
Octal345253307031151251365116
Binary111001011010101111000111011001110110101010010111101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5ABC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5ABC7; }

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

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

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

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

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

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

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

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