Shades of Blossom #E8AFB4
Tints of Blossom #E8AFB4
RGB
CMYK
RGB Variations
Color information
#E8AFB4 (or 0xE8AFB4) is known color: Blossom. HEX triplet: E8, AF and B4. RGB value is (232,175,180). Sum of RGB (Red+Green+Blue) = 232+175+180=587 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.52% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 180 (70.70% from 255 or 30.66% from 587); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AFB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AFB4 is #17504B. Grayscale: #C0C0C0. Windows color (decimal): -1527884 or 11841512. OLE color: 11841512.
HSL color Cylindrical-coordinate representation of color #E8AFB4: hue angle of 354.74º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8AFB4 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 175 | 180 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.09 |
| HSL | 354.74º | 0.55% | 0.8% | - |
| HSV(B) | 354.74º | 0.25% | 0.91% | - |
| XYZ | 56.85 | 51.11 | 50.05 | - |
| YUV | 192.61 | 120.88 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 180 | 0 | 0.25 | 0.22 | 0.09 | 354.74 | 0.55 | 0.8 |
| Hex | E8 | AF | B4 | 0 | 19 | 16 | 9 | 163 | 37 | 50 |
| Octal | 350 | 257 | 264 | 0 | 31 | 26 | 11 | 543 | 67 | 120 |
| Binary | 11101000 | 10101111 | 10110100 | 0 | 11001 | 10110 | 1001 | 101100011 | 110111 | 1010000 |
Color Harmonies of #E8AFB4
Complementary color
Monochromatic Colors of #E8AFB4
Black with #E8AFB4
Text Example
Text Example
White with #E8AFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AFB4; }
p { color: rgb(232,175,180); }
H1.HeaderClassName
{
color: #E8AFB4;
}
.AnyTagClassName
{
color: #E8AFB4;
}
</style>
background-color css
<style>
a { background-color: #E8AFB4; }
a { background-color: rgb(232,175,180); }
div.DivClassName
{
background-color: #E8AFB4;
}
.BgClassName
{
background-color: #E8AFB4;
}
</style>
border-color css
<style>
span { border-color: #E8AFB4; }
span { border-color: rgb(232,175,180); }
td.TdClassName
{
border-color: #E8AFB4;
}
.TagClassName
{
border-color: #E8AFB4;
}
</style>