Shades of Blossom #E6AFB8
Tints of Blossom #E6AFB8
RGB
CMYK
RGB Variations
Color information
#E6AFB8 (or 0xE6AFB8) is known color: Blossom. HEX triplet: E6, AF and B8. RGB value is (230,175,184). Sum of RGB (Red+Green+Blue) = 230+175+184=589 (78% of max value = 765). Red value is 230 (90.23% from 255 or 39.05% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 184 (72.27% from 255 or 31.24% from 589); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AFB8 is #195047. Grayscale: #C0C0C0. Windows color (decimal): -1658952 or 12103654. OLE color: 12103654.
HSL color Cylindrical-coordinate representation of color #E6AFB8: hue angle of 350.18º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6AFB8 is Cyan = 0, Magento = 0.24, Yellow = 0.2 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 184 | - |
| CMYK | 0 | 0.24 | 0.2 | 0.10 |
| HSL | 350.18º | 0.52% | 0.79% | - |
| HSV(B) | 350.18º | 0.24% | 0.9% | - |
| XYZ | 56.61 | 50.94 | 52.2 | - |
| YUV | 192.47 | 123.22 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 184 | 0 | 0.24 | 0.2 | 0.10 | 350.18 | 0.52 | 0.79 |
| Hex | E6 | AF | B8 | 0 | 18 | 14 | A | 15E | 34 | 4F |
| Octal | 346 | 257 | 270 | 0 | 30 | 24 | 12 | 536 | 64 | 117 |
| Binary | 11100110 | 10101111 | 10111000 | 0 | 11000 | 10100 | 1010 | 101011110 | 110100 | 1001111 |
Color Harmonies of #E6AFB8
Complementary color
Monochromatic Colors of #E6AFB8
Black with #E6AFB8
Text Example
Text Example
White with #E6AFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AFB8; }
p { color: rgb(230,175,184); }
H1.HeaderClassName
{
color: #E6AFB8;
}
.AnyTagClassName
{
color: #E6AFB8;
}
</style>
background-color css
<style>
a { background-color: #E6AFB8; }
a { background-color: rgb(230,175,184); }
div.DivClassName
{
background-color: #E6AFB8;
}
.BgClassName
{
background-color: #E6AFB8;
}
</style>
border-color css
<style>
span { border-color: #E6AFB8; }
span { border-color: rgb(230,175,184); }
td.TdClassName
{
border-color: #E6AFB8;
}
.TagClassName
{
border-color: #E6AFB8;
}
</style>