#E0ABB4

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

Shades of Blossom #E0ABB4

Tints of Blossom #E0ABB4

Color information

#E0ABB4 (or 0xE0ABB4) is unknown color: approx Blossom. HEX triplet: E0, AB and B4. RGB value is (224,171,180). Sum of RGB (Red+Green+Blue) = 224+171+180=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 180 (70.70% from 255 or 31.30% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ABB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ABB4 is #1F544B. Grayscale: #BBBBBB. Windows color (decimal): -2053196 or 11840480. OLE color: 11840480.

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

Color convert

RGB224171180-
CMYK00.240.200.12
HSL349.81º46.09%77.45%-
HSV(B)349.81º23.66%87.84%-
XYZ53.5448.2749.67-
YUV187.87123.56153.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.96%
GREEN value IS 171 (67.19% from 255) = 29.74%
BLUE value IS 180 (70.70% from 255) = 31.30%
R=38.96%
G=29.74%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417118000.240.200.12349.8146.0977.45
HexE0ABB401814C15e2e4d
Octal340253264030241453656115
Binary1110000010101011101101000110001010011001010111101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ABB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ABB4; }

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

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

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

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

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

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

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

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