Shades of Blossom #E8ABBA
Tints of Blossom #E8ABBA
RGB
CMYK
RGB Variations
Color information
#E8ABBA (or 0xE8ABBA) is known color: Blossom. HEX triplet: E8, AB and BA. RGB value is (232,171,186). Sum of RGB (Red+Green+Blue) = 232+171+186=589 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.39% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 232 - color contains mainly: red. Hex color #E8ABBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8ABBA is #175445. Grayscale: #BEBEBE. Windows color (decimal): -1528902 or 12233704. OLE color: 12233704.
HSL color Cylindrical-coordinate representation of color #E8ABBA: hue angle of 345.25º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E8ABBA is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 171 | 186 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.09 |
| HSL | 345.25º | 0.57% | 0.79% | - |
| HSV(B) | 345.25º | 0.26% | 0.91% | - |
| XYZ | 56.7 | 49.83 | 53.08 | - |
| YUV | 190.95 | 125.21 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 171 | 186 | 0 | 0.26 | 0.20 | 0.09 | 345.25 | 0.57 | 0.79 |
| Hex | E8 | AB | BA | 0 | 1A | 14 | 9 | 159 | 39 | 4F |
| Octal | 350 | 253 | 272 | 0 | 32 | 24 | 11 | 531 | 71 | 117 |
| Binary | 11101000 | 10101011 | 10111010 | 0 | 11010 | 10100 | 1001 | 101011001 | 111001 | 1001111 |
Color Harmonies of #E8ABBA
Complementary color
Monochromatic Colors of #E8ABBA
Black with #E8ABBA
Text Example
Text Example
White with #E8ABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ABBA; }
p { color: rgb(232,171,186); }
H1.HeaderClassName
{
color: #E8ABBA;
}
.AnyTagClassName
{
color: #E8ABBA;
}
</style>
background-color css
<style>
a { background-color: #E8ABBA; }
a { background-color: rgb(232,171,186); }
div.DivClassName
{
background-color: #E8ABBA;
}
.BgClassName
{
background-color: #E8ABBA;
}
</style>
border-color css
<style>
span { border-color: #E8ABBA; }
span { border-color: rgb(232,171,186); }
td.TdClassName
{
border-color: #E8ABBA;
}
.TagClassName
{
border-color: #E8ABBA;
}
</style>