#E5ABC5

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

Shades of Shocking #E5ABC5

Tints of Shocking #E5ABC5

Color information

#E5ABC5 (or 0xE5ABC5) is unknown color: approx Shocking. HEX triplet: E5, AB and C5. RGB value is (229,171,197). Sum of RGB (Red+Green+Blue) = 229+171+197=597 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.36% from 597); Green value is 171 (67.19% from 255 or 28.64% from 597); Blue value is 197 (77.34% from 255 or 33.00% from 597); Max value from RGB is 229 - color contains mainly: red. Hex color #E5ABC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5ABC5 is #1A543A. Grayscale: #BFBFBF. Windows color (decimal): -1725499 or 12954597. OLE color: 12954597.

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

Color convert

RGB229171197-
CMYK00.250.140.10
HSL333.1º52.73%78.43%-
HSV(B)333.1º25.33%89.8%-
XYZ56.9549.8259.44-
YUV191.31131.22154.89-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.36%
GREEN value IS 171 (67.19% from 255) = 28.64%
BLUE value IS 197 (77.34% from 255) = 33.00%
R=38.36%
G=28.64%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917119700.250.140.10333.152.7378.43
HexE5ABC5019EA14d354e
Octal345253305031161251565116
Binary111001011010101111000101011001111010101010011011101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5ABC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5ABC5; }

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

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

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

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

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

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

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

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