Shades of Blossom #E7AFB5
Tints of Blossom #E7AFB5
RGB
CMYK
RGB Variations
Color information
#E7AFB5 (or 0xE7AFB5) is known color: Blossom. HEX triplet: E7, AF and B5. RGB value is (231,175,181). Sum of RGB (Red+Green+Blue) = 231+175+181=587 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.35% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 181 (71.09% from 255 or 30.83% from 587); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AFB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AFB5 is #18504A. Grayscale: #C0C0C0. Windows color (decimal): -1593419 or 11907047. OLE color: 11907047.
HSL color Cylindrical-coordinate representation of color #E7AFB5: hue angle of 353.57º 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 #E7AFB5 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 175 | 181 | - |
CMYK | 0 | 0.24 | 0.22 | 0.09 |
HSL | 353.57º | 0.54% | 0.8% | - |
HSV(B) | 353.57º | 0.24% | 0.91% | - |
XYZ | 56.63 | 50.99 | 50.57 | - |
YUV | 192.43 | 121.55 | 155.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 175 | 181 | 0 | 0.24 | 0.22 | 0.09 | 353.57 | 0.54 | 0.8 |
Hex | E7 | AF | B5 | 0 | 18 | 16 | 9 | 162 | 36 | 50 |
Octal | 347 | 257 | 265 | 0 | 30 | 26 | 11 | 542 | 66 | 120 |
Binary | 11100111 | 10101111 | 10110101 | 0 | 11000 | 10110 | 1001 | 101100010 | 110110 | 1010000 |
Color Harmonies of #E7AFB5
Complementary color
Monochromatic Colors of #E7AFB5
Black with #E7AFB5
Text Example
Text Example
White with #E7AFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AFB5; }
p { color: rgb(231,175,181); }
H1.HeaderClassName
{
color: #E7AFB5;
}
.AnyTagClassName
{
color: #E7AFB5;
}
</style>
background-color css
<style>
a { background-color: #E7AFB5; }
a { background-color: rgb(231,175,181); }
div.DivClassName
{
background-color: #E7AFB5;
}
.BgClassName
{
background-color: #E7AFB5;
}
</style>
border-color css
<style>
span { border-color: #E7AFB5; }
span { border-color: rgb(231,175,181); }
td.TdClassName
{
border-color: #E7AFB5;
}
.TagClassName
{
border-color: #E7AFB5;
}
</style>