Shades of Blossom #E0AFB3
Tints of Blossom #E0AFB3
RGB
CMYK
RGB Variations
Color information
#E0AFB3 (or 0xE0AFB3) is known color: Blossom. HEX triplet: E0, AF and B3. RGB value is (224,175,179). Sum of RGB (Red+Green+Blue) = 224+175+179=578 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.75% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 179 (70.31% from 255 or 30.97% from 578); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AFB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AFB3 is #1F504C. Grayscale: #BEBEBE. Windows color (decimal): -2052173 or 11775968. OLE color: 11775968.
HSL color Cylindrical-coordinate representation of color #E0AFB3: hue angle of 355.1º 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 #E0AFB3 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 175 | 179 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.12 |
| HSL | 355.1º | 0.44% | 0.78% | - |
| HSV(B) | 355.1º | 0.22% | 0.88% | - |
| XYZ | 54.21 | 49.76 | 49.4 | - |
| YUV | 190.11 | 121.73 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 175 | 179 | 0 | 0.22 | 0.20 | 0.12 | 355.1 | 0.44 | 0.78 |
| Hex | E0 | AF | B3 | 0 | 16 | 14 | C | 163 | 2C | 4E |
| Octal | 340 | 257 | 263 | 0 | 26 | 24 | 14 | 543 | 54 | 116 |
| Binary | 11100000 | 10101111 | 10110011 | 0 | 10110 | 10100 | 1100 | 101100011 | 101100 | 1001110 |
Color Harmonies of #E0AFB3
Complementary color
Monochromatic Colors of #E0AFB3
Black with #E0AFB3
Text Example
Text Example
White with #E0AFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AFB3; }
p { color: rgb(224,175,179); }
H1.HeaderClassName
{
color: #E0AFB3;
}
.AnyTagClassName
{
color: #E0AFB3;
}
</style>
background-color css
<style>
a { background-color: #E0AFB3; }
a { background-color: rgb(224,175,179); }
div.DivClassName
{
background-color: #E0AFB3;
}
.BgClassName
{
background-color: #E0AFB3;
}
</style>
border-color css
<style>
span { border-color: #E0AFB3; }
span { border-color: rgb(224,175,179); }
td.TdClassName
{
border-color: #E0AFB3;
}
.TagClassName
{
border-color: #E0AFB3;
}
</style>