Shades of Blossom #E9B4B8
Tints of Blossom #E9B4B8
RGB
CMYK
RGB Variations
Color information
#E9B4B8 (or 0xE9B4B8) is known color: Blossom. HEX triplet: E9, B4 and B8. RGB value is (233,180,184). Sum of RGB (Red+Green+Blue) = 233+180+184=597 (79% of max value = 765). Red value is 233 (91.41% from 255 or 39.03% from 597); Green value is 180 (70.70% from 255 or 30.15% from 597); Blue value is 184 (72.27% from 255 or 30.82% from 597); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B4B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9B4B8 is #164B47. Grayscale: #C4C4C4. Windows color (decimal): -1461064 or 12104937. OLE color: 12104937.
HSL color Cylindrical-coordinate representation of color #E9B4B8: hue angle of 355.47º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E9B4B8 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 180 | 184 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.09 |
| HSL | 355.47º | 0.55% | 0.81% | - |
| HSV(B) | 355.47º | 0.23% | 0.91% | - |
| XYZ | 58.58 | 53.43 | 52.57 | - |
| YUV | 196.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 180 | 184 | 0 | 0.23 | 0.21 | 0.09 | 355.47 | 0.55 | 0.81 |
| Hex | E9 | B4 | B8 | 0 | 17 | 15 | 9 | 163 | 37 | 51 |
| Octal | 351 | 264 | 270 | 0 | 27 | 25 | 11 | 543 | 67 | 121 |
| Binary | 11101001 | 10110100 | 10111000 | 0 | 10111 | 10101 | 1001 | 101100011 | 110111 | 1010001 |
Color Harmonies of #E9B4B8
Complementary color
Monochromatic Colors of #E9B4B8
Black with #E9B4B8
Text Example
Text Example
White with #E9B4B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B4B8; }
p { color: rgb(233,180,184); }
H1.HeaderClassName
{
color: #E9B4B8;
}
.AnyTagClassName
{
color: #E9B4B8;
}
</style>
background-color css
<style>
a { background-color: #E9B4B8; }
a { background-color: rgb(233,180,184); }
div.DivClassName
{
background-color: #E9B4B8;
}
.BgClassName
{
background-color: #E9B4B8;
}
</style>
border-color css
<style>
span { border-color: #E9B4B8; }
span { border-color: rgb(233,180,184); }
td.TdClassName
{
border-color: #E9B4B8;
}
.TagClassName
{
border-color: #E9B4B8;
}
</style>