Shades of Blossom #E0B2B4
Tints of Blossom #E0B2B4
RGB
CMYK
RGB Variations
Color information
#E0B2B4 (or 0xE0B2B4) is known color: Blossom. HEX triplet: E0, B2 and B4. RGB value is (224,178,180). Sum of RGB (Red+Green+Blue) = 224+178+180=582 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.49% from 582); Green value is 178 (69.92% from 255 or 30.58% from 582); Blue value is 180 (70.70% from 255 or 30.93% from 582); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B2B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0B2B4 is #1F4D4B. Grayscale: #C0C0C0. Windows color (decimal): -2051404 or 11842272. OLE color: 11842272.
HSL color Cylindrical-coordinate representation of color #E0B2B4: hue angle of 357.39º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0B2B4 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 178 | 180 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.12 |
| HSL | 357.39º | 0.43% | 0.79% | - |
| HSV(B) | 357.39º | 0.21% | 0.88% | - |
| XYZ | 54.9 | 50.98 | 50.13 | - |
| YUV | 191.98 | 121.24 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 178 | 180 | 0 | 0.21 | 0.20 | 0.12 | 357.39 | 0.43 | 0.79 |
| Hex | E0 | B2 | B4 | 0 | 15 | 14 | C | 165 | 2B | 4F |
| Octal | 340 | 262 | 264 | 0 | 25 | 24 | 14 | 545 | 53 | 117 |
| Binary | 11100000 | 10110010 | 10110100 | 0 | 10101 | 10100 | 1100 | 101100101 | 101011 | 1001111 |
Color Harmonies of #E0B2B4
Complementary color
Monochromatic Colors of #E0B2B4
Black with #E0B2B4
Text Example
Text Example
White with #E0B2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B2B4; }
p { color: rgb(224,178,180); }
H1.HeaderClassName
{
color: #E0B2B4;
}
.AnyTagClassName
{
color: #E0B2B4;
}
</style>
background-color css
<style>
a { background-color: #E0B2B4; }
a { background-color: rgb(224,178,180); }
div.DivClassName
{
background-color: #E0B2B4;
}
.BgClassName
{
background-color: #E0B2B4;
}
</style>
border-color css
<style>
span { border-color: #E0B2B4; }
span { border-color: rgb(224,178,180); }
td.TdClassName
{
border-color: #E0B2B4;
}
.TagClassName
{
border-color: #E0B2B4;
}
</style>