Shades of Blossom #E8AFB8
Tints of Blossom #E8AFB8
RGB
CMYK
RGB Variations
Color information
#E8AFB8 (or 0xE8AFB8) is known color: Blossom. HEX triplet: E8, AF and B8. RGB value is (232,175,184). Sum of RGB (Red+Green+Blue) = 232+175+184=591 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.26% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 184 (72.27% from 255 or 31.13% from 591); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AFB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AFB8 is #175047. Grayscale: #C1C1C1. Windows color (decimal): -1527880 or 12103656. OLE color: 12103656.
HSL color Cylindrical-coordinate representation of color #E8AFB8: hue angle of 350.53º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8AFB8 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 175 | 184 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.09 |
| HSL | 350.53º | 0.55% | 0.8% | - |
| HSV(B) | 350.53º | 0.25% | 0.91% | - |
| XYZ | 57.26 | 51.28 | 52.23 | - |
| YUV | 193.07 | 122.88 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 184 | 0 | 0.25 | 0.21 | 0.09 | 350.53 | 0.55 | 0.8 |
| Hex | E8 | AF | B8 | 0 | 19 | 15 | 9 | 15F | 37 | 50 |
| Octal | 350 | 257 | 270 | 0 | 31 | 25 | 11 | 537 | 67 | 120 |
| Binary | 11101000 | 10101111 | 10111000 | 0 | 11001 | 10101 | 1001 | 101011111 | 110111 | 1010000 |
Color Harmonies of #E8AFB8
Complementary color
Monochromatic Colors of #E8AFB8
Black with #E8AFB8
Text Example
Text Example
White with #E8AFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AFB8; }
p { color: rgb(232,175,184); }
H1.HeaderClassName
{
color: #E8AFB8;
}
.AnyTagClassName
{
color: #E8AFB8;
}
</style>
background-color css
<style>
a { background-color: #E8AFB8; }
a { background-color: rgb(232,175,184); }
div.DivClassName
{
background-color: #E8AFB8;
}
.BgClassName
{
background-color: #E8AFB8;
}
</style>
border-color css
<style>
span { border-color: #E8AFB8; }
span { border-color: rgb(232,175,184); }
td.TdClassName
{
border-color: #E8AFB8;
}
.TagClassName
{
border-color: #E8AFB8;
}
</style>