Shades of Blossom #E6BBBE
Tints of Blossom #E6BBBE
RGB
CMYK
RGB Variations
Color information
#E6BBBE (or 0xE6BBBE) is known color: Blossom. HEX triplet: E6, BB and BE. RGB value is (230,187,190). Sum of RGB (Red+Green+Blue) = 230+187+190=607 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.89% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BBBE is #194441. Grayscale: #C8C8C8. Windows color (decimal): -1655874 or 12499942. OLE color: 12499942.
HSL color Cylindrical-coordinate representation of color #E6BBBE: hue angle of 355.81º degrees, saturation: 0.46, 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 #E6BBBE is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 187 | 190 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.10 |
| HSL | 355.81º | 0.46% | 0.82% | - |
| HSV(B) | 355.81º | 0.19% | 0.9% | - |
| XYZ | 59.7 | 56.08 | 56.39 | - |
| YUV | 200.2 | 122.25 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 187 | 190 | 0 | 0.19 | 0.17 | 0.10 | 355.81 | 0.46 | 0.82 |
| Hex | E6 | BB | BE | 0 | 13 | 11 | A | 164 | 2E | 52 |
| Octal | 346 | 273 | 276 | 0 | 23 | 21 | 12 | 544 | 56 | 122 |
| Binary | 11100110 | 10111011 | 10111110 | 0 | 10011 | 10001 | 1010 | 101100100 | 101110 | 1010010 |
Color Harmonies of #E6BBBE
Complementary color
Monochromatic Colors of #E6BBBE
Black with #E6BBBE
Text Example
Text Example
White with #E6BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BBBE; }
p { color: rgb(230,187,190); }
H1.HeaderClassName
{
color: #E6BBBE;
}
.AnyTagClassName
{
color: #E6BBBE;
}
</style>
background-color css
<style>
a { background-color: #E6BBBE; }
a { background-color: rgb(230,187,190); }
div.DivClassName
{
background-color: #E6BBBE;
}
.BgClassName
{
background-color: #E6BBBE;
}
</style>
border-color css
<style>
span { border-color: #E6BBBE; }
span { border-color: rgb(230,187,190); }
td.TdClassName
{
border-color: #E6BBBE;
}
.TagClassName
{
border-color: #E6BBBE;
}
</style>