Shades of Blossom #E6ABB9
Tints of Blossom #E6ABB9
RGB
CMYK
RGB Variations
Color information
#E6ABB9 (or 0xE6ABB9) is known color: Blossom. HEX triplet: E6, AB and B9. RGB value is (230,171,185). Sum of RGB (Red+Green+Blue) = 230+171+185=586 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.25% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 185 (72.66% from 255 or 31.57% from 586); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ABB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ABB9 is #195446. Grayscale: #BEBEBE. Windows color (decimal): -1659975 or 12168166. OLE color: 12168166.
HSL color Cylindrical-coordinate representation of color #E6ABB9: hue angle of 345.76º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6ABB9 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 171 | 185 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.10 |
| HSL | 345.76º | 0.54% | 0.79% | - |
| HSV(B) | 345.76º | 0.26% | 0.9% | - |
| XYZ | 55.95 | 49.45 | 52.5 | - |
| YUV | 190.24 | 125.05 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 185 | 0 | 0.26 | 0.20 | 0.10 | 345.76 | 0.54 | 0.79 |
| Hex | E6 | AB | B9 | 0 | 1A | 14 | A | 15A | 36 | 4F |
| Octal | 346 | 253 | 271 | 0 | 32 | 24 | 12 | 532 | 66 | 117 |
| Binary | 11100110 | 10101011 | 10111001 | 0 | 11010 | 10100 | 1010 | 101011010 | 110110 | 1001111 |
Color Harmonies of #E6ABB9
Complementary color
Monochromatic Colors of #E6ABB9
Black with #E6ABB9
Text Example
Text Example
White with #E6ABB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ABB9; }
p { color: rgb(230,171,185); }
H1.HeaderClassName
{
color: #E6ABB9;
}
.AnyTagClassName
{
color: #E6ABB9;
}
</style>
background-color css
<style>
a { background-color: #E6ABB9; }
a { background-color: rgb(230,171,185); }
div.DivClassName
{
background-color: #E6ABB9;
}
.BgClassName
{
background-color: #E6ABB9;
}
</style>
border-color css
<style>
span { border-color: #E6ABB9; }
span { border-color: rgb(230,171,185); }
td.TdClassName
{
border-color: #E6ABB9;
}
.TagClassName
{
border-color: #E6ABB9;
}
</style>