#E0ABB7

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

Shades of Blossom #E0ABB7

Tints of Blossom #E0ABB7

Color information

#E0ABB7 (or 0xE0ABB7) is unknown color: approx Blossom. HEX triplet: E0, AB and B7. RGB value is (224,171,183). Sum of RGB (Red+Green+Blue) = 224+171+183=578 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.75% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 183 (71.88% from 255 or 31.66% from 578); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ABB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ABB7 is #1F5448. Grayscale: #BCBCBC. Windows color (decimal): -2053193 or 12037088. OLE color: 12037088.

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

Color convert

RGB224171183-
CMYK00.240.180.12
HSL346.42º46.09%77.45%-
HSV(B)346.42º23.66%87.84%-
XYZ53.8548.3951.3-
YUV188.22125.06153.52-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.75%
GREEN value IS 171 (67.19% from 255) = 29.58%
BLUE value IS 183 (71.88% from 255) = 31.66%
R=38.75%
G=29.58%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417118300.240.180.12346.4246.0977.45
HexE0ABB701812C15a2e4d
Octal340253267030221453256115
Binary1110000010101011101101110110001001011001010110101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ABB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ABB7; }

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

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

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

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

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

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

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

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