Shades of Blossom #E9AFB2
Tints of Blossom #E9AFB2
RGB
CMYK
RGB Variations
Color information
#E9AFB2 (or 0xE9AFB2) is known color: Blossom. HEX triplet: E9, AF and B2. RGB value is (233,175,178). Sum of RGB (Red+Green+Blue) = 233+175+178=586 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.76% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 178 (69.92% from 255 or 30.38% from 586); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AFB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AFB2 is #16504D. Grayscale: #C0C0C0. Windows color (decimal): -1462350 or 11710441. OLE color: 11710441.
HSL color Cylindrical-coordinate representation of color #E9AFB2: hue angle of 356.9º degrees, saturation: 0.57, 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 #E9AFB2 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 175 | 178 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.09 |
| HSL | 356.9º | 0.57% | 0.8% | - |
| HSV(B) | 356.9º | 0.25% | 0.91% | - |
| XYZ | 56.97 | 51.2 | 49 | - |
| YUV | 192.68 | 119.72 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 175 | 178 | 0 | 0.25 | 0.24 | 0.09 | 356.9 | 0.57 | 0.8 |
| Hex | E9 | AF | B2 | 0 | 19 | 18 | 9 | 165 | 39 | 50 |
| Octal | 351 | 257 | 262 | 0 | 31 | 30 | 11 | 545 | 71 | 120 |
| Binary | 11101001 | 10101111 | 10110010 | 0 | 11001 | 11000 | 1001 | 101100101 | 111001 | 1010000 |
Color Harmonies of #E9AFB2
Complementary color
Monochromatic Colors of #E9AFB2
Black with #E9AFB2
Text Example
Text Example
White with #E9AFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AFB2; }
p { color: rgb(233,175,178); }
H1.HeaderClassName
{
color: #E9AFB2;
}
.AnyTagClassName
{
color: #E9AFB2;
}
</style>
background-color css
<style>
a { background-color: #E9AFB2; }
a { background-color: rgb(233,175,178); }
div.DivClassName
{
background-color: #E9AFB2;
}
.BgClassName
{
background-color: #E9AFB2;
}
</style>
border-color css
<style>
span { border-color: #E9AFB2; }
span { border-color: rgb(233,175,178); }
td.TdClassName
{
border-color: #E9AFB2;
}
.TagClassName
{
border-color: #E9AFB2;
}
</style>