Shades of Blossom #E4AFBA
Tints of Blossom #E4AFBA
RGB
CMYK
RGB Variations
Color information
#E4AFBA (or 0xE4AFBA) is known color: Blossom. HEX triplet: E4, AF and BA. RGB value is (228,175,186). Sum of RGB (Red+Green+Blue) = 228+175+186=589 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.71% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4AFBA is #1B5045. Grayscale: #C0C0C0. Windows color (decimal): -1790022 or 12234724. OLE color: 12234724.
HSL color Cylindrical-coordinate representation of color #E4AFBA: hue angle of 347.55º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E4AFBA is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 175 | 186 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.11 |
| HSL | 347.55º | 0.5% | 0.79% | - |
| HSV(B) | 347.55º | 0.23% | 0.89% | - |
| XYZ | 56.19 | 50.7 | 53.28 | - |
| YUV | 192.1 | 124.56 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 175 | 186 | 0 | 0.23 | 0.18 | 0.11 | 347.55 | 0.5 | 0.79 |
| Hex | E4 | AF | BA | 0 | 17 | 12 | B | 15C | 32 | 4F |
| Octal | 344 | 257 | 272 | 0 | 27 | 22 | 13 | 534 | 62 | 117 |
| Binary | 11100100 | 10101111 | 10111010 | 0 | 10111 | 10010 | 1011 | 101011100 | 110010 | 1001111 |
Color Harmonies of #E4AFBA
Complementary color
Monochromatic Colors of #E4AFBA
Black with #E4AFBA
Text Example
Text Example
White with #E4AFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AFBA; }
p { color: rgb(228,175,186); }
H1.HeaderClassName
{
color: #E4AFBA;
}
.AnyTagClassName
{
color: #E4AFBA;
}
</style>
background-color css
<style>
a { background-color: #E4AFBA; }
a { background-color: rgb(228,175,186); }
div.DivClassName
{
background-color: #E4AFBA;
}
.BgClassName
{
background-color: #E4AFBA;
}
</style>
border-color css
<style>
span { border-color: #E4AFBA; }
span { border-color: rgb(228,175,186); }
td.TdClassName
{
border-color: #E4AFBA;
}
.TagClassName
{
border-color: #E4AFBA;
}
</style>