Shades of Blossom #E1AFB7
Tints of Blossom #E1AFB7
RGB
CMYK
RGB Variations
Color information
#E1AFB7 (or 0xE1AFB7) is known color: Blossom. HEX triplet: E1, AF and B7. RGB value is (225,175,183). Sum of RGB (Red+Green+Blue) = 225+175+183=583 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.59% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 183 (71.88% from 255 or 31.39% from 583); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AFB7 is #1E5048. Grayscale: #BEBEBE. Windows color (decimal): -1986633 or 12038113. OLE color: 12038113.
HSL color Cylindrical-coordinate representation of color #E1AFB7: hue angle of 350.4º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1AFB7 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 183 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.12 |
| HSL | 350.4º | 0.45% | 0.78% | - |
| HSV(B) | 350.4º | 0.22% | 0.88% | - |
| XYZ | 54.93 | 50.09 | 51.57 | - |
| YUV | 190.86 | 123.57 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 183 | 0 | 0.22 | 0.19 | 0.12 | 350.4 | 0.45 | 0.78 |
| Hex | E1 | AF | B7 | 0 | 16 | 13 | C | 15E | 2D | 4E |
| Octal | 341 | 257 | 267 | 0 | 26 | 23 | 14 | 536 | 55 | 116 |
| Binary | 11100001 | 10101111 | 10110111 | 0 | 10110 | 10011 | 1100 | 101011110 | 101101 | 1001110 |
Color Harmonies of #E1AFB7
Complementary color
Monochromatic Colors of #E1AFB7
Black with #E1AFB7
Text Example
Text Example
White with #E1AFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AFB7; }
p { color: rgb(225,175,183); }
H1.HeaderClassName
{
color: #E1AFB7;
}
.AnyTagClassName
{
color: #E1AFB7;
}
</style>
background-color css
<style>
a { background-color: #E1AFB7; }
a { background-color: rgb(225,175,183); }
div.DivClassName
{
background-color: #E1AFB7;
}
.BgClassName
{
background-color: #E1AFB7;
}
</style>
border-color css
<style>
span { border-color: #E1AFB7; }
span { border-color: rgb(225,175,183); }
td.TdClassName
{
border-color: #E1AFB7;
}
.TagClassName
{
border-color: #E1AFB7;
}
</style>