Shades of Blossom #E5A7B7
Tints of Blossom #E5A7B7
RGB
CMYK
RGB Variations
Color information
#E5A7B7 (or 0xE5A7B7) is known color: Blossom. HEX triplet: E5, A7 and B7. RGB value is (229,167,183). Sum of RGB (Red+Green+Blue) = 229+167+183=579 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.55% from 579); Green value is 167 (65.62% from 255 or 28.84% from 579); Blue value is 183 (71.88% from 255 or 31.61% from 579); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A7B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A7B7 is #1A5848. Grayscale: #BBBBBB. Windows color (decimal): -1726537 or 12036069. OLE color: 12036069.
HSL color Cylindrical-coordinate representation of color #E5A7B7: hue angle of 344.52º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5A7B7 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 167 | 183 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.10 |
| HSL | 344.52º | 0.54% | 0.78% | - |
| HSV(B) | 344.52º | 0.27% | 0.9% | - |
| XYZ | 54.68 | 47.71 | 51.13 | - |
| YUV | 187.36 | 125.54 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 167 | 183 | 0 | 0.27 | 0.20 | 0.10 | 344.52 | 0.54 | 0.78 |
| Hex | E5 | A7 | B7 | 0 | 1B | 14 | A | 159 | 36 | 4E |
| Octal | 345 | 247 | 267 | 0 | 33 | 24 | 12 | 531 | 66 | 116 |
| Binary | 11100101 | 10100111 | 10110111 | 0 | 11011 | 10100 | 1010 | 101011001 | 110110 | 1001110 |
Color Harmonies of #E5A7B7
Complementary color
Monochromatic Colors of #E5A7B7
Black with #E5A7B7
Text Example
Text Example
White with #E5A7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A7B7; }
p { color: rgb(229,167,183); }
H1.HeaderClassName
{
color: #E5A7B7;
}
.AnyTagClassName
{
color: #E5A7B7;
}
</style>
background-color css
<style>
a { background-color: #E5A7B7; }
a { background-color: rgb(229,167,183); }
div.DivClassName
{
background-color: #E5A7B7;
}
.BgClassName
{
background-color: #E5A7B7;
}
</style>
border-color css
<style>
span { border-color: #E5A7B7; }
span { border-color: rgb(229,167,183); }
td.TdClassName
{
border-color: #E5A7B7;
}
.TagClassName
{
border-color: #E5A7B7;
}
</style>