Shades of Blossom #E8AFB6
Tints of Blossom #E8AFB6
RGB
CMYK
RGB Variations
Color information
#E8AFB6 (or 0xE8AFB6) is known color: Blossom. HEX triplet: E8, AF and B6. RGB value is (232,175,182). Sum of RGB (Red+Green+Blue) = 232+175+182=589 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.39% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 182 (71.48% from 255 or 30.90% from 589); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AFB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AFB6 is #175049. Grayscale: #C0C0C0. Windows color (decimal): -1527882 or 11972584. OLE color: 11972584.
HSL color Cylindrical-coordinate representation of color #E8AFB6: hue angle of 352.63º 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 #E8AFB6 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 175 | 182 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.09 |
| HSL | 352.63º | 0.55% | 0.8% | - |
| HSV(B) | 352.63º | 0.25% | 0.91% | - |
| XYZ | 57.05 | 51.19 | 51.13 | - |
| YUV | 192.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 182 | 0 | 0.25 | 0.22 | 0.09 | 352.63 | 0.55 | 0.8 |
| Hex | E8 | AF | B6 | 0 | 19 | 16 | 9 | 161 | 37 | 50 |
| Octal | 350 | 257 | 266 | 0 | 31 | 26 | 11 | 541 | 67 | 120 |
| Binary | 11101000 | 10101111 | 10110110 | 0 | 11001 | 10110 | 1001 | 101100001 | 110111 | 1010000 |
Color Harmonies of #E8AFB6
Complementary color
Monochromatic Colors of #E8AFB6
Black with #E8AFB6
Text Example
Text Example
White with #E8AFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AFB6; }
p { color: rgb(232,175,182); }
H1.HeaderClassName
{
color: #E8AFB6;
}
.AnyTagClassName
{
color: #E8AFB6;
}
</style>
background-color css
<style>
a { background-color: #E8AFB6; }
a { background-color: rgb(232,175,182); }
div.DivClassName
{
background-color: #E8AFB6;
}
.BgClassName
{
background-color: #E8AFB6;
}
</style>
border-color css
<style>
span { border-color: #E8AFB6; }
span { border-color: rgb(232,175,182); }
td.TdClassName
{
border-color: #E8AFB6;
}
.TagClassName
{
border-color: #E8AFB6;
}
</style>