#E0ABC4

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

Shades of Shocking #E0ABC4

Tints of Shocking #E0ABC4

Color information

#E0ABC4 (or 0xE0ABC4) is unknown color: approx Shocking. HEX triplet: E0, AB and C4. RGB value is (224,171,196). Sum of RGB (Red+Green+Blue) = 224+171+196=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ABC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ABC4 is #1F543B. Grayscale: #BDBDBD. Windows color (decimal): -2053180 or 12889056. OLE color: 12889056.

HSL color Cylindrical-coordinate representation of color #E0ABC4: hue angle of 331.7º 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 #E0ABC4 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB224171196-
CMYK00.240.120.12
HSL331.7º46.09%77.45%-
HSV(B)331.7º23.66%87.84%-
XYZ55.2748.9658.76-
YUV189.7131.56152.47-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.90%
GREEN value IS 171 (67.19% from 255) = 28.93%
BLUE value IS 196 (76.95% from 255) = 33.16%
R=37.90%
G=28.93%
B=33.16%

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
Decimal22417119600.240.120.12331.746.0977.45
HexE0ABC4018CC14c2e4d
Octal340253304030141451456115
Binary111000001010101111000100011000110011001010011001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ABC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ABC4; }

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

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

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

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

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

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

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

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