Shades of Blossom #E8B2B8
Tints of Blossom #E8B2B8
RGB
CMYK
RGB Variations
Color information
#E8B2B8 (or 0xE8B2B8) is known color: Blossom. HEX triplet: E8, B2 and B8. RGB value is (232,178,184). Sum of RGB (Red+Green+Blue) = 232+178+184=594 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.06% from 594); Green value is 178 (69.92% from 255 or 29.97% from 594); Blue value is 184 (72.27% from 255 or 30.98% from 594); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B2B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8B2B8 is #174D47. Grayscale: #C2C2C2. Windows color (decimal): -1527112 or 12104424. OLE color: 12104424.
HSL color Cylindrical-coordinate representation of color #E8B2B8: hue angle of 353.33º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E8B2B8 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 178 | 184 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.09 |
| HSL | 353.33º | 0.54% | 0.8% | - |
| HSV(B) | 353.33º | 0.23% | 0.91% | - |
| XYZ | 57.85 | 52.46 | 52.42 | - |
| YUV | 194.83 | 121.89 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 178 | 184 | 0 | 0.23 | 0.21 | 0.09 | 353.33 | 0.54 | 0.8 |
| Hex | E8 | B2 | B8 | 0 | 17 | 15 | 9 | 161 | 36 | 50 |
| Octal | 350 | 262 | 270 | 0 | 27 | 25 | 11 | 541 | 66 | 120 |
| Binary | 11101000 | 10110010 | 10111000 | 0 | 10111 | 10101 | 1001 | 101100001 | 110110 | 1010000 |
Color Harmonies of #E8B2B8
Complementary color
Monochromatic Colors of #E8B2B8
Black with #E8B2B8
Text Example
Text Example
White with #E8B2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B2B8; }
p { color: rgb(232,178,184); }
H1.HeaderClassName
{
color: #E8B2B8;
}
.AnyTagClassName
{
color: #E8B2B8;
}
</style>
background-color css
<style>
a { background-color: #E8B2B8; }
a { background-color: rgb(232,178,184); }
div.DivClassName
{
background-color: #E8B2B8;
}
.BgClassName
{
background-color: #E8B2B8;
}
</style>
border-color css
<style>
span { border-color: #E8B2B8; }
span { border-color: rgb(232,178,184); }
td.TdClassName
{
border-color: #E8B2B8;
}
.TagClassName
{
border-color: #E8B2B8;
}
</style>