Shades of Blossom #E7AFB2
Tints of Blossom #E7AFB2
RGB
CMYK
RGB Variations
Color information
#E7AFB2 (or 0xE7AFB2) is known color: Blossom. HEX triplet: E7, AF and B2. RGB value is (231,175,178). Sum of RGB (Red+Green+Blue) = 231+175+178=584 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.55% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 178 (69.92% from 255 or 30.48% from 584); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AFB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AFB2 is #18504D. Grayscale: #C0C0C0. Windows color (decimal): -1593422 or 11710439. OLE color: 11710439.
HSL color Cylindrical-coordinate representation of color #E7AFB2: hue angle of 356.79º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7AFB2 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 175 | 178 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.09 |
| HSL | 356.79º | 0.54% | 0.8% | - |
| HSV(B) | 356.79º | 0.24% | 0.91% | - |
| XYZ | 56.32 | 50.86 | 48.97 | - |
| YUV | 192.09 | 120.05 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 175 | 178 | 0 | 0.24 | 0.23 | 0.09 | 356.79 | 0.54 | 0.8 |
| Hex | E7 | AF | B2 | 0 | 18 | 17 | 9 | 165 | 36 | 50 |
| Octal | 347 | 257 | 262 | 0 | 30 | 27 | 11 | 545 | 66 | 120 |
| Binary | 11100111 | 10101111 | 10110010 | 0 | 11000 | 10111 | 1001 | 101100101 | 110110 | 1010000 |
Color Harmonies of #E7AFB2
Complementary color
Monochromatic Colors of #E7AFB2
Black with #E7AFB2
Text Example
Text Example
White with #E7AFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AFB2; }
p { color: rgb(231,175,178); }
H1.HeaderClassName
{
color: #E7AFB2;
}
.AnyTagClassName
{
color: #E7AFB2;
}
</style>
background-color css
<style>
a { background-color: #E7AFB2; }
a { background-color: rgb(231,175,178); }
div.DivClassName
{
background-color: #E7AFB2;
}
.BgClassName
{
background-color: #E7AFB2;
}
</style>
border-color css
<style>
span { border-color: #E7AFB2; }
span { border-color: rgb(231,175,178); }
td.TdClassName
{
border-color: #E7AFB2;
}
.TagClassName
{
border-color: #E7AFB2;
}
</style>