Shades of Blossom #E7AFBA
Tints of Blossom #E7AFBA
RGB
CMYK
RGB Variations
Color information
#E7AFBA (or 0xE7AFBA) is known color: Blossom. HEX triplet: E7, AF and BA. RGB value is (231,175,186). Sum of RGB (Red+Green+Blue) = 231+175+186=592 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.02% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AFBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AFBA is #185045. Grayscale: #C1C1C1. Windows color (decimal): -1593414 or 12234727. OLE color: 12234727.
HSL color Cylindrical-coordinate representation of color #E7AFBA: hue angle of 348.21º 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 #E7AFBA is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 175 | 186 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.09 |
| HSL | 348.21º | 0.54% | 0.8% | - |
| HSV(B) | 348.21º | 0.24% | 0.91% | - |
| XYZ | 57.15 | 51.19 | 53.32 | - |
| YUV | 193 | 124.05 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 175 | 186 | 0 | 0.24 | 0.19 | 0.09 | 348.21 | 0.54 | 0.8 |
| Hex | E7 | AF | BA | 0 | 18 | 13 | 9 | 15C | 36 | 50 |
| Octal | 347 | 257 | 272 | 0 | 30 | 23 | 11 | 534 | 66 | 120 |
| Binary | 11100111 | 10101111 | 10111010 | 0 | 11000 | 10011 | 1001 | 101011100 | 110110 | 1010000 |
Color Harmonies of #E7AFBA
Complementary color
Monochromatic Colors of #E7AFBA
Black with #E7AFBA
Text Example
Text Example
White with #E7AFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AFBA; }
p { color: rgb(231,175,186); }
H1.HeaderClassName
{
color: #E7AFBA;
}
.AnyTagClassName
{
color: #E7AFBA;
}
</style>
background-color css
<style>
a { background-color: #E7AFBA; }
a { background-color: rgb(231,175,186); }
div.DivClassName
{
background-color: #E7AFBA;
}
.BgClassName
{
background-color: #E7AFBA;
}
</style>
border-color css
<style>
span { border-color: #E7AFBA; }
span { border-color: rgb(231,175,186); }
td.TdClassName
{
border-color: #E7AFBA;
}
.TagClassName
{
border-color: #E7AFBA;
}
</style>