Shades of Blossom #E6ABB2
Tints of Blossom #E6ABB2
RGB
CMYK
RGB Variations
Color information
#E6ABB2 (or 0xE6ABB2) is known color: Blossom. HEX triplet: E6, AB and B2. RGB value is (230,171,178). Sum of RGB (Red+Green+Blue) = 230+171+178=579 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.72% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 178 (69.92% from 255 or 30.74% from 579); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ABB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6ABB2 is #19544D. Grayscale: #BDBDBD. Windows color (decimal): -1659982 or 11709414. OLE color: 11709414.
HSL color Cylindrical-coordinate representation of color #E6ABB2: hue angle of 352.88º 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 #E6ABB2 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 171 | 178 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.10 |
| HSL | 352.88º | 0.54% | 0.79% | - |
| HSV(B) | 352.88º | 0.26% | 0.9% | - |
| XYZ | 55.23 | 49.16 | 48.7 | - |
| YUV | 189.44 | 121.55 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 178 | 0 | 0.26 | 0.23 | 0.10 | 352.88 | 0.54 | 0.79 |
| Hex | E6 | AB | B2 | 0 | 1A | 17 | A | 161 | 36 | 4F |
| Octal | 346 | 253 | 262 | 0 | 32 | 27 | 12 | 541 | 66 | 117 |
| Binary | 11100110 | 10101011 | 10110010 | 0 | 11010 | 10111 | 1010 | 101100001 | 110110 | 1001111 |
Color Harmonies of #E6ABB2
Complementary color
Monochromatic Colors of #E6ABB2
Black with #E6ABB2
Text Example
Text Example
White with #E6ABB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ABB2; }
p { color: rgb(230,171,178); }
H1.HeaderClassName
{
color: #E6ABB2;
}
.AnyTagClassName
{
color: #E6ABB2;
}
</style>
background-color css
<style>
a { background-color: #E6ABB2; }
a { background-color: rgb(230,171,178); }
div.DivClassName
{
background-color: #E6ABB2;
}
.BgClassName
{
background-color: #E6ABB2;
}
</style>
border-color css
<style>
span { border-color: #E6ABB2; }
span { border-color: rgb(230,171,178); }
td.TdClassName
{
border-color: #E6ABB2;
}
.TagClassName
{
border-color: #E6ABB2;
}
</style>