#E0ABB3

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

Shades of Blossom #E0ABB3

Tints of Blossom #E0ABB3

Color information

#E0ABB3 (or 0xE0ABB3) is unknown color: approx Blossom. HEX triplet: E0, AB and B3. RGB value is (224,171,179). Sum of RGB (Red+Green+Blue) = 224+171+179=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 179 (70.31% from 255 or 31.18% from 574); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ABB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ABB3 is #1F544C. Grayscale: #BBBBBB. Windows color (decimal): -2053197 or 11774944. OLE color: 11774944.

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

Color convert

RGB224171179-
CMYK00.240.200.12
HSL350.94º46.09%77.45%-
HSV(B)350.94º23.66%87.84%-
XYZ53.4448.2349.14-
YUV187.76123.06153.85-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.02%
GREEN value IS 171 (67.19% from 255) = 29.79%
BLUE value IS 179 (70.31% from 255) = 31.18%
R=39.02%
G=29.79%
B=31.18%

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
Decimal22417117900.240.200.12350.9446.0977.45
HexE0ABB301814C15f2e4d
Octal340253263030241453756115
Binary1110000010101011101100110110001010011001010111111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ABB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ABB3; }

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

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

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

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

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

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

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

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