#E0ABB2

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

Shades of Blossom #E0ABB2

Tints of Blossom #E0ABB2

Color information

#E0ABB2 (or 0xE0ABB2) is unknown color: approx Blossom. HEX triplet: E0, AB and B2. RGB value is (224,171,178). Sum of RGB (Red+Green+Blue) = 224+171+178=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ABB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0ABB2 is #1F544D. Grayscale: #BBBBBB. Windows color (decimal): -2053198 or 11709408. OLE color: 11709408.

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

Color convert

RGB224171178-
CMYK00.240.210.12
HSL352.08º46.09%77.45%-
HSV(B)352.08º23.66%87.84%-
XYZ53.3448.1948.61-
YUV187.64122.56153.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.09%
GREEN value IS 171 (67.19% from 255) = 29.84%
BLUE value IS 178 (69.92% from 255) = 31.06%
R=39.09%
G=29.84%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417117800.240.210.12352.0846.0977.45
HexE0ABB201815C1602e4d
Octal340253262030251454056115
Binary1110000010101011101100100110001010111001011000001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ABB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ABB2; }

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

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

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

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

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

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

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

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