Shades of Blossom #E5A7B4
Tints of Blossom #E5A7B4
RGB
CMYK
RGB Variations
Color information
#E5A7B4 (or 0xE5A7B4) is known color: Blossom. HEX triplet: E5, A7 and B4. RGB value is (229,167,180). Sum of RGB (Red+Green+Blue) = 229+167+180=576 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.76% from 576); Green value is 167 (65.62% from 255 or 28.99% from 576); Blue value is 180 (70.70% from 255 or 31.25% from 576); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A7B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A7B4 is #1A584B. Grayscale: #BBBBBB. Windows color (decimal): -1726540 or 11839461. OLE color: 11839461.
HSL color Cylindrical-coordinate representation of color #E5A7B4: hue angle of 347.42º 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 #E5A7B4 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 167 | 180 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.10 |
| HSL | 347.42º | 0.54% | 0.78% | - |
| HSV(B) | 347.42º | 0.27% | 0.9% | - |
| XYZ | 54.37 | 47.59 | 49.5 | - |
| YUV | 187.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 167 | 180 | 0 | 0.27 | 0.21 | 0.10 | 347.42 | 0.54 | 0.78 |
| Hex | E5 | A7 | B4 | 0 | 1B | 15 | A | 15B | 36 | 4E |
| Octal | 345 | 247 | 264 | 0 | 33 | 25 | 12 | 533 | 66 | 116 |
| Binary | 11100101 | 10100111 | 10110100 | 0 | 11011 | 10101 | 1010 | 101011011 | 110110 | 1001110 |
Color Harmonies of #E5A7B4
Complementary color
Monochromatic Colors of #E5A7B4
Black with #E5A7B4
Text Example
Text Example
White with #E5A7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A7B4; }
p { color: rgb(229,167,180); }
H1.HeaderClassName
{
color: #E5A7B4;
}
.AnyTagClassName
{
color: #E5A7B4;
}
</style>
background-color css
<style>
a { background-color: #E5A7B4; }
a { background-color: rgb(229,167,180); }
div.DivClassName
{
background-color: #E5A7B4;
}
.BgClassName
{
background-color: #E5A7B4;
}
</style>
border-color css
<style>
span { border-color: #E5A7B4; }
span { border-color: rgb(229,167,180); }
td.TdClassName
{
border-color: #E5A7B4;
}
.TagClassName
{
border-color: #E5A7B4;
}
</style>