Shades of Blossom #E6BABE
Tints of Blossom #E6BABE
RGB
CMYK
RGB Variations
Color information
#E6BABE (or 0xE6BABE) is known color: Blossom. HEX triplet: E6, BA and BE. RGB value is (230,186,190). Sum of RGB (Red+Green+Blue) = 230+186+190=606 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.95% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BABE is #194541. Grayscale: #C7C7C7. Windows color (decimal): -1656130 or 12499686. OLE color: 12499686.
HSL color Cylindrical-coordinate representation of color #E6BABE: hue angle of 354.55º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6BABE is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 186 | 190 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.10 |
| HSL | 354.55º | 0.47% | 0.82% | - |
| HSV(B) | 354.55º | 0.19% | 0.9% | - |
| XYZ | 59.49 | 55.66 | 56.32 | - |
| YUV | 199.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 190 | 0 | 0.19 | 0.17 | 0.10 | 354.55 | 0.47 | 0.82 |
| Hex | E6 | BA | BE | 0 | 13 | 11 | A | 163 | 2F | 52 |
| Octal | 346 | 272 | 276 | 0 | 23 | 21 | 12 | 543 | 57 | 122 |
| Binary | 11100110 | 10111010 | 10111110 | 0 | 10011 | 10001 | 1010 | 101100011 | 101111 | 1010010 |
Color Harmonies of #E6BABE
Complementary color
Monochromatic Colors of #E6BABE
Black with #E6BABE
Text Example
Text Example
White with #E6BABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BABE; }
p { color: rgb(230,186,190); }
H1.HeaderClassName
{
color: #E6BABE;
}
.AnyTagClassName
{
color: #E6BABE;
}
</style>
background-color css
<style>
a { background-color: #E6BABE; }
a { background-color: rgb(230,186,190); }
div.DivClassName
{
background-color: #E6BABE;
}
.BgClassName
{
background-color: #E6BABE;
}
</style>
border-color css
<style>
span { border-color: #E6BABE; }
span { border-color: rgb(230,186,190); }
td.TdClassName
{
border-color: #E6BABE;
}
.TagClassName
{
border-color: #E6BABE;
}
</style>