Shades of Blossom #E6ACB6
Tints of Blossom #E6ACB6
RGB
CMYK
RGB Variations
Color information
#E6ACB6 (or 0xE6ACB6) is known color: Blossom. HEX triplet: E6, AC and B6. RGB value is (230,172,182). Sum of RGB (Red+Green+Blue) = 230+172+182=584 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.38% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 182 (71.48% from 255 or 31.16% from 584); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ACB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ACB6 is #195349. Grayscale: #BEBEBE. Windows color (decimal): -1659722 or 11971814. OLE color: 11971814.
HSL color Cylindrical-coordinate representation of color #E6ACB6: hue angle of 349.66º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6ACB6 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 172 | 182 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.10 |
| HSL | 349.66º | 0.54% | 0.79% | - |
| HSV(B) | 349.66º | 0.25% | 0.9% | - |
| XYZ | 55.83 | 49.71 | 50.91 | - |
| YUV | 190.48 | 123.22 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 172 | 182 | 0 | 0.25 | 0.21 | 0.10 | 349.66 | 0.54 | 0.79 |
| Hex | E6 | AC | B6 | 0 | 19 | 15 | A | 15E | 36 | 4F |
| Octal | 346 | 254 | 266 | 0 | 31 | 25 | 12 | 536 | 66 | 117 |
| Binary | 11100110 | 10101100 | 10110110 | 0 | 11001 | 10101 | 1010 | 101011110 | 110110 | 1001111 |
Color Harmonies of #E6ACB6
Complementary color
Monochromatic Colors of #E6ACB6
Black with #E6ACB6
Text Example
Text Example
White with #E6ACB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ACB6; }
p { color: rgb(230,172,182); }
H1.HeaderClassName
{
color: #E6ACB6;
}
.AnyTagClassName
{
color: #E6ACB6;
}
</style>
background-color css
<style>
a { background-color: #E6ACB6; }
a { background-color: rgb(230,172,182); }
div.DivClassName
{
background-color: #E6ACB6;
}
.BgClassName
{
background-color: #E6ACB6;
}
</style>
border-color css
<style>
span { border-color: #E6ACB6; }
span { border-color: rgb(230,172,182); }
td.TdClassName
{
border-color: #E6ACB6;
}
.TagClassName
{
border-color: #E6ACB6;
}
</style>