Shades of Blossom #E8B4BC
Tints of Blossom #E8B4BC
RGB
CMYK
RGB Variations
Color information
#E8B4BC (or 0xE8B4BC) is known color: Blossom. HEX triplet: E8, B4 and BC. RGB value is (232,180,188). Sum of RGB (Red+Green+Blue) = 232+180+188=600 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.67% from 600); Green value is 180 (70.70% from 255 or 30% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8B4BC is #174B43. Grayscale: #C4C4C4. Windows color (decimal): -1526596 or 12367080. OLE color: 12367080.
HSL color Cylindrical-coordinate representation of color #E8B4BC: hue angle of 350.77º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E8B4BC is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 180 | 188 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.09 |
| HSL | 350.77º | 0.53% | 0.81% | - |
| HSV(B) | 350.77º | 0.22% | 0.91% | - |
| XYZ | 58.68 | 53.43 | 54.8 | - |
| YUV | 196.46 | 123.23 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 180 | 188 | 0 | 0.22 | 0.19 | 0.09 | 350.77 | 0.53 | 0.81 |
| Hex | E8 | B4 | BC | 0 | 16 | 13 | 9 | 15F | 35 | 51 |
| Octal | 350 | 264 | 274 | 0 | 26 | 23 | 11 | 537 | 65 | 121 |
| Binary | 11101000 | 10110100 | 10111100 | 0 | 10110 | 10011 | 1001 | 101011111 | 110101 | 1010001 |
Color Harmonies of #E8B4BC
Complementary color
Monochromatic Colors of #E8B4BC
Black with #E8B4BC
Text Example
Text Example
White with #E8B4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B4BC; }
p { color: rgb(232,180,188); }
H1.HeaderClassName
{
color: #E8B4BC;
}
.AnyTagClassName
{
color: #E8B4BC;
}
</style>
background-color css
<style>
a { background-color: #E8B4BC; }
a { background-color: rgb(232,180,188); }
div.DivClassName
{
background-color: #E8B4BC;
}
.BgClassName
{
background-color: #E8B4BC;
}
</style>
border-color css
<style>
span { border-color: #E8B4BC; }
span { border-color: rgb(232,180,188); }
td.TdClassName
{
border-color: #E8B4BC;
}
.TagClassName
{
border-color: #E8B4BC;
}
</style>