Shades of Blossom #E7A6B3
Tints of Blossom #E7A6B3
RGB
CMYK
RGB Variations
Color information
#E7A6B3 (or 0xE7A6B3) is known color: Blossom. HEX triplet: E7, A6 and B3. RGB value is (231,166,179). Sum of RGB (Red+Green+Blue) = 231+166+179=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 166 (65.23% from 255 or 28.82% from 576); Blue value is 179 (70.31% from 255 or 31.08% from 576); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A6B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A6B3 is #18594C. Grayscale: #BABABA. Windows color (decimal): -1595725 or 11773671. OLE color: 11773671.
HSL color Cylindrical-coordinate representation of color #E7A6B3: hue angle of 348º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E7A6B3 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 166 | 179 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.09 |
| HSL | 348º | 0.58% | 0.78% | - |
| HSV(B) | 348º | 0.28% | 0.91% | - |
| XYZ | 54.73 | 47.52 | 48.93 | - |
| YUV | 186.92 | 123.53 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 166 | 179 | 0 | 0.28 | 0.23 | 0.09 | 348 | 0.58 | 0.78 |
| Hex | E7 | A6 | B3 | 0 | 1C | 17 | 9 | 15C | 3A | 4E |
| Octal | 347 | 246 | 263 | 0 | 34 | 27 | 11 | 534 | 72 | 116 |
| Binary | 11100111 | 10100110 | 10110011 | 0 | 11100 | 10111 | 1001 | 101011100 | 111010 | 1001110 |
Color Harmonies of #E7A6B3
Complementary color
Monochromatic Colors of #E7A6B3
Black with #E7A6B3
Text Example
Text Example
White with #E7A6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A6B3; }
p { color: rgb(231,166,179); }
H1.HeaderClassName
{
color: #E7A6B3;
}
.AnyTagClassName
{
color: #E7A6B3;
}
</style>
background-color css
<style>
a { background-color: #E7A6B3; }
a { background-color: rgb(231,166,179); }
div.DivClassName
{
background-color: #E7A6B3;
}
.BgClassName
{
background-color: #E7A6B3;
}
</style>
border-color css
<style>
span { border-color: #E7A6B3; }
span { border-color: rgb(231,166,179); }
td.TdClassName
{
border-color: #E7A6B3;
}
.TagClassName
{
border-color: #E7A6B3;
}
</style>