Shades of Blossom #E7AFB8
Tints of Blossom #E7AFB8
RGB
CMYK
RGB Variations
Color information
#E7AFB8 (or 0xE7AFB8) is known color: Blossom. HEX triplet: E7, AF and B8. RGB value is (231,175,184). Sum of RGB (Red+Green+Blue) = 231+175+184=590 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.15% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 184 (72.27% from 255 or 31.19% from 590); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AFB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AFB8 is #185047. Grayscale: #C0C0C0. Windows color (decimal): -1593416 or 12103655. OLE color: 12103655.
HSL color Cylindrical-coordinate representation of color #E7AFB8: hue angle of 350.36º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7AFB8 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 175 | 184 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.09 |
| HSL | 350.36º | 0.54% | 0.8% | - |
| HSV(B) | 350.36º | 0.24% | 0.91% | - |
| XYZ | 56.94 | 51.11 | 52.21 | - |
| YUV | 192.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 175 | 184 | 0 | 0.24 | 0.20 | 0.09 | 350.36 | 0.54 | 0.8 |
| Hex | E7 | AF | B8 | 0 | 18 | 14 | 9 | 15E | 36 | 50 |
| Octal | 347 | 257 | 270 | 0 | 30 | 24 | 11 | 536 | 66 | 120 |
| Binary | 11100111 | 10101111 | 10111000 | 0 | 11000 | 10100 | 1001 | 101011110 | 110110 | 1010000 |
Color Harmonies of #E7AFB8
Complementary color
Monochromatic Colors of #E7AFB8
Black with #E7AFB8
Text Example
Text Example
White with #E7AFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AFB8; }
p { color: rgb(231,175,184); }
H1.HeaderClassName
{
color: #E7AFB8;
}
.AnyTagClassName
{
color: #E7AFB8;
}
</style>
background-color css
<style>
a { background-color: #E7AFB8; }
a { background-color: rgb(231,175,184); }
div.DivClassName
{
background-color: #E7AFB8;
}
.BgClassName
{
background-color: #E7AFB8;
}
</style>
border-color css
<style>
span { border-color: #E7AFB8; }
span { border-color: rgb(231,175,184); }
td.TdClassName
{
border-color: #E7AFB8;
}
.TagClassName
{
border-color: #E7AFB8;
}
</style>