Shades of Blossom #E6ABB4
Tints of Blossom #E6ABB4
RGB
CMYK
RGB Variations
Color information
#E6ABB4 (or 0xE6ABB4) is known color: Blossom. HEX triplet: E6, AB and B4. RGB value is (230,171,180). Sum of RGB (Red+Green+Blue) = 230+171+180=581 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.59% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 180 (70.70% from 255 or 30.98% from 581); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ABB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ABB4 is #19544B. Grayscale: #BDBDBD. Windows color (decimal): -1659980 or 11840486. OLE color: 11840486.
HSL color Cylindrical-coordinate representation of color #E6ABB4: hue angle of 350.85º 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 #E6ABB4 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 171 | 180 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.10 |
| HSL | 350.85º | 0.54% | 0.79% | - |
| HSV(B) | 350.85º | 0.26% | 0.9% | - |
| XYZ | 55.43 | 49.24 | 49.76 | - |
| YUV | 189.67 | 122.55 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 180 | 0 | 0.26 | 0.22 | 0.10 | 350.85 | 0.54 | 0.79 |
| Hex | E6 | AB | B4 | 0 | 1A | 16 | A | 15F | 36 | 4F |
| Octal | 346 | 253 | 264 | 0 | 32 | 26 | 12 | 537 | 66 | 117 |
| Binary | 11100110 | 10101011 | 10110100 | 0 | 11010 | 10110 | 1010 | 101011111 | 110110 | 1001111 |
Color Harmonies of #E6ABB4
Complementary color
Monochromatic Colors of #E6ABB4
Black with #E6ABB4
Text Example
Text Example
White with #E6ABB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ABB4; }
p { color: rgb(230,171,180); }
H1.HeaderClassName
{
color: #E6ABB4;
}
.AnyTagClassName
{
color: #E6ABB4;
}
</style>
background-color css
<style>
a { background-color: #E6ABB4; }
a { background-color: rgb(230,171,180); }
div.DivClassName
{
background-color: #E6ABB4;
}
.BgClassName
{
background-color: #E6ABB4;
}
</style>
border-color css
<style>
span { border-color: #E6ABB4; }
span { border-color: rgb(230,171,180); }
td.TdClassName
{
border-color: #E6ABB4;
}
.TagClassName
{
border-color: #E6ABB4;
}
</style>