Shades of Blossom #E7A8B3
Tints of Blossom #E7A8B3
RGB
CMYK
RGB Variations
Color information
#E7A8B3 (or 0xE7A8B3) is known color: Blossom. HEX triplet: E7, A8 and B3. RGB value is (231,168,179). Sum of RGB (Red+Green+Blue) = 231+168+179=578 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.97% from 578); Green value is 168 (66.02% from 255 or 29.07% from 578); Blue value is 179 (70.31% from 255 or 30.97% from 578); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A8B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A8B3 is #18574C. Grayscale: #BCBCBC. Windows color (decimal): -1595213 or 11774183. OLE color: 11774183.
HSL color Cylindrical-coordinate representation of color #E7A8B3: hue angle of 349.52º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E7A8B3 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 168 | 179 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.09 |
| HSL | 349.52º | 0.57% | 0.78% | - |
| HSV(B) | 349.52º | 0.27% | 0.91% | - |
| XYZ | 55.09 | 48.25 | 49.06 | - |
| YUV | 188.09 | 122.87 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 168 | 179 | 0 | 0.27 | 0.23 | 0.09 | 349.52 | 0.57 | 0.78 |
| Hex | E7 | A8 | B3 | 0 | 1B | 17 | 9 | 15E | 39 | 4E |
| Octal | 347 | 250 | 263 | 0 | 33 | 27 | 11 | 536 | 71 | 116 |
| Binary | 11100111 | 10101000 | 10110011 | 0 | 11011 | 10111 | 1001 | 101011110 | 111001 | 1001110 |
Color Harmonies of #E7A8B3
Complementary color
Monochromatic Colors of #E7A8B3
Black with #E7A8B3
Text Example
Text Example
White with #E7A8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A8B3; }
p { color: rgb(231,168,179); }
H1.HeaderClassName
{
color: #E7A8B3;
}
.AnyTagClassName
{
color: #E7A8B3;
}
</style>
background-color css
<style>
a { background-color: #E7A8B3; }
a { background-color: rgb(231,168,179); }
div.DivClassName
{
background-color: #E7A8B3;
}
.BgClassName
{
background-color: #E7A8B3;
}
</style>
border-color css
<style>
span { border-color: #E7A8B3; }
span { border-color: rgb(231,168,179); }
td.TdClassName
{
border-color: #E7A8B3;
}
.TagClassName
{
border-color: #E7A8B3;
}
</style>