Shades of Blossom #E6ABB8
Tints of Blossom #E6ABB8
RGB
CMYK
RGB Variations
Color information
#E6ABB8 (or 0xE6ABB8) is known color: Blossom. HEX triplet: E6, AB and B8. RGB value is (230,171,184). Sum of RGB (Red+Green+Blue) = 230+171+184=585 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.32% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 184 (72.27% from 255 or 31.45% from 585); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ABB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ABB8 is #195447. Grayscale: #BEBEBE. Windows color (decimal): -1659976 or 12102630. OLE color: 12102630.
HSL color Cylindrical-coordinate representation of color #E6ABB8: hue angle of 346.78º 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 #E6ABB8 is Cyan = 0, Magento = 0.26, Yellow = 0.2 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 171 | 184 | - |
| CMYK | 0 | 0.26 | 0.2 | 0.10 |
| HSL | 346.78º | 0.54% | 0.79% | - |
| HSV(B) | 346.78º | 0.26% | 0.9% | - |
| XYZ | 55.85 | 49.41 | 51.94 | - |
| YUV | 190.12 | 124.55 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 184 | 0 | 0.26 | 0.2 | 0.10 | 346.78 | 0.54 | 0.79 |
| Hex | E6 | AB | B8 | 0 | 1A | 14 | A | 15B | 36 | 4F |
| Octal | 346 | 253 | 270 | 0 | 32 | 24 | 12 | 533 | 66 | 117 |
| Binary | 11100110 | 10101011 | 10111000 | 0 | 11010 | 10100 | 1010 | 101011011 | 110110 | 1001111 |
Color Harmonies of #E6ABB8
Complementary color
Monochromatic Colors of #E6ABB8
Black with #E6ABB8
Text Example
Text Example
White with #E6ABB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ABB8; }
p { color: rgb(230,171,184); }
H1.HeaderClassName
{
color: #E6ABB8;
}
.AnyTagClassName
{
color: #E6ABB8;
}
</style>
background-color css
<style>
a { background-color: #E6ABB8; }
a { background-color: rgb(230,171,184); }
div.DivClassName
{
background-color: #E6ABB8;
}
.BgClassName
{
background-color: #E6ABB8;
}
</style>
border-color css
<style>
span { border-color: #E6ABB8; }
span { border-color: rgb(230,171,184); }
td.TdClassName
{
border-color: #E6ABB8;
}
.TagClassName
{
border-color: #E6ABB8;
}
</style>