#E0AFB9

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

Shades of Blossom #E0AFB9

Tints of Blossom #E0AFB9

Color information

#E0AFB9 (or 0xE0AFB9) is unknown color: approx Blossom. HEX triplet: E0, AF and B9. RGB value is (224,175,185). Sum of RGB (Red+Green+Blue) = 224+175+185=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 185 (72.66% from 255 or 31.68% from 584); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AFB9 is #1F5046. Grayscale: #BEBEBE. Windows color (decimal): -2052167 or 12169184. OLE color: 12169184.

HSL color Cylindrical-coordinate representation of color #E0AFB9: hue angle of 347.76º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0AFB9 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB224175185-
CMYK00.220.170.12
HSL347.76º44.14%78.24%-
HSV(B)347.76º21.88%87.84%-
XYZ54.8350.0152.66-
YUV190.79124.73151.69-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.36%
GREEN value IS 175 (68.75% from 255) = 29.97%
BLUE value IS 185 (72.66% from 255) = 31.68%
R=38.36%
G=29.97%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417518500.220.170.12347.7644.1478.24
HexE0AFB901611C15c2c4e
Octal340257271026211453454116
Binary1110000010101111101110010101101000111001010111001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AFB9; }

 p { color: rgb(224,175,185); }

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

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

 a { background-color: rgb(224,175,185); }

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

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

 span { border-color: rgb(224,175,185); }

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