Shades of Blossom #E6ABB5
Tints of Blossom #E6ABB5
RGB
CMYK
RGB Variations
Color information
#E6ABB5 (or 0xE6ABB5) is known color: Blossom. HEX triplet: E6, AB and B5. RGB value is (230,171,181). Sum of RGB (Red+Green+Blue) = 230+171+181=582 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.52% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 181 (71.09% from 255 or 31.10% from 582); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ABB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ABB5 is #19544A. Grayscale: #BDBDBD. Windows color (decimal): -1659979 or 11906022. OLE color: 11906022.
HSL color Cylindrical-coordinate representation of color #E6ABB5: hue angle of 349.83º 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 #E6ABB5 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 171 | 181 | - |
CMYK | 0 | 0.26 | 0.21 | 0.10 |
HSL | 349.83º | 0.54% | 0.79% | - |
HSV(B) | 349.83º | 0.26% | 0.9% | - |
XYZ | 55.54 | 49.29 | 50.3 | - |
YUV | 189.78 | 123.05 | 156.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 171 | 181 | 0 | 0.26 | 0.21 | 0.10 | 349.83 | 0.54 | 0.79 |
Hex | E6 | AB | B5 | 0 | 1A | 15 | A | 15E | 36 | 4F |
Octal | 346 | 253 | 265 | 0 | 32 | 25 | 12 | 536 | 66 | 117 |
Binary | 11100110 | 10101011 | 10110101 | 0 | 11010 | 10101 | 1010 | 101011110 | 110110 | 1001111 |
Color Harmonies of #E6ABB5
Complementary color
Monochromatic Colors of #E6ABB5
Black with #E6ABB5
Text Example
Text Example
White with #E6ABB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ABB5; }
p { color: rgb(230,171,181); }
H1.HeaderClassName
{
color: #E6ABB5;
}
.AnyTagClassName
{
color: #E6ABB5;
}
</style>
background-color css
<style>
a { background-color: #E6ABB5; }
a { background-color: rgb(230,171,181); }
div.DivClassName
{
background-color: #E6ABB5;
}
.BgClassName
{
background-color: #E6ABB5;
}
</style>
border-color css
<style>
span { border-color: #E6ABB5; }
span { border-color: rgb(230,171,181); }
td.TdClassName
{
border-color: #E6ABB5;
}
.TagClassName
{
border-color: #E6ABB5;
}
</style>