#E0ABC5

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

Shades of Shocking #E0ABC5

Tints of Shocking #E0ABC5

Color information

#E0ABC5 (or 0xE0ABC5) is unknown color: approx Shocking. HEX triplet: E0, AB and C5. RGB value is (224,171,197). Sum of RGB (Red+Green+Blue) = 224+171+197=592 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.84% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 197 (77.34% from 255 or 33.28% from 592); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ABC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ABC5 is #1F543A. Grayscale: #BDBDBD. Windows color (decimal): -2053179 or 12954592. OLE color: 12954592.

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

Color convert

RGB224171197-
CMYK00.240.120.12
HSL330.57º46.09%77.45%-
HSV(B)330.57º23.66%87.84%-
XYZ55.384959.36-
YUV189.81132.06152.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.84%
GREEN value IS 171 (67.19% from 255) = 28.89%
BLUE value IS 197 (77.34% from 255) = 33.28%
R=37.84%
G=28.89%
B=33.28%

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
Decimal22417119700.240.120.12330.5746.0977.45
HexE0ABC5018CC14b2e4d
Octal340253305030141451356115
Binary111000001010101111000101011000110011001010010111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ABC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ABC5; }

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

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

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

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

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

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

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

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