Shades of Blossom #E8ABB7
Tints of Blossom #E8ABB7
RGB
CMYK
RGB Variations
Color information
#E8ABB7 (or 0xE8ABB7) is known color: Blossom. HEX triplet: E8, AB and B7. RGB value is (232,171,183). Sum of RGB (Red+Green+Blue) = 232+171+183=586 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.59% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 183 (71.88% from 255 or 31.23% from 586); Max value from RGB is 232 - color contains mainly: red. Hex color #E8ABB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8ABB7 is #175448. Grayscale: #BEBEBE. Windows color (decimal): -1528905 or 12037096. OLE color: 12037096.
HSL color Cylindrical-coordinate representation of color #E8ABB7: hue angle of 348.2º 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 #E8ABB7 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 171 | 183 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.09 |
| HSL | 348.2º | 0.57% | 0.79% | - |
| HSV(B) | 348.2º | 0.26% | 0.91% | - |
| XYZ | 56.39 | 49.7 | 51.42 | - |
| YUV | 190.61 | 123.71 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 171 | 183 | 0 | 0.26 | 0.21 | 0.09 | 348.2 | 0.57 | 0.79 |
| Hex | E8 | AB | B7 | 0 | 1A | 15 | 9 | 15C | 39 | 4F |
| Octal | 350 | 253 | 267 | 0 | 32 | 25 | 11 | 534 | 71 | 117 |
| Binary | 11101000 | 10101011 | 10110111 | 0 | 11010 | 10101 | 1001 | 101011100 | 111001 | 1001111 |
Color Harmonies of #E8ABB7
Complementary color
Monochromatic Colors of #E8ABB7
Black with #E8ABB7
Text Example
Text Example
White with #E8ABB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ABB7; }
p { color: rgb(232,171,183); }
H1.HeaderClassName
{
color: #E8ABB7;
}
.AnyTagClassName
{
color: #E8ABB7;
}
</style>
background-color css
<style>
a { background-color: #E8ABB7; }
a { background-color: rgb(232,171,183); }
div.DivClassName
{
background-color: #E8ABB7;
}
.BgClassName
{
background-color: #E8ABB7;
}
</style>
border-color css
<style>
span { border-color: #E8ABB7; }
span { border-color: rgb(232,171,183); }
td.TdClassName
{
border-color: #E8ABB7;
}
.TagClassName
{
border-color: #E8ABB7;
}
</style>