Shades of Blossom #E6AFBA
Tints of Blossom #E6AFBA
RGB
CMYK
RGB Variations
Color information
#E6AFBA (or 0xE6AFBA) is known color: Blossom. HEX triplet: E6, AF and BA. RGB value is (230,175,186). Sum of RGB (Red+Green+Blue) = 230+175+186=591 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.92% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AFBA is #195045. Grayscale: #C0C0C0. Windows color (decimal): -1658950 or 12234726. OLE color: 12234726.
HSL color Cylindrical-coordinate representation of color #E6AFBA: hue angle of 348º 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 #E6AFBA is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 186 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.10 |
| HSL | 348º | 0.52% | 0.79% | - |
| HSV(B) | 348º | 0.24% | 0.9% | - |
| XYZ | 56.83 | 51.03 | 53.31 | - |
| YUV | 192.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 186 | 0 | 0.24 | 0.19 | 0.10 | 348 | 0.52 | 0.79 |
| Hex | E6 | AF | BA | 0 | 18 | 13 | A | 15C | 34 | 4F |
| Octal | 346 | 257 | 272 | 0 | 30 | 23 | 12 | 534 | 64 | 117 |
| Binary | 11100110 | 10101111 | 10111010 | 0 | 11000 | 10011 | 1010 | 101011100 | 110100 | 1001111 |
Color Harmonies of #E6AFBA
Complementary color
Monochromatic Colors of #E6AFBA
Black with #E6AFBA
Text Example
Text Example
White with #E6AFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AFBA; }
p { color: rgb(230,175,186); }
H1.HeaderClassName
{
color: #E6AFBA;
}
.AnyTagClassName
{
color: #E6AFBA;
}
</style>
background-color css
<style>
a { background-color: #E6AFBA; }
a { background-color: rgb(230,175,186); }
div.DivClassName
{
background-color: #E6AFBA;
}
.BgClassName
{
background-color: #E6AFBA;
}
</style>
border-color css
<style>
span { border-color: #E6AFBA; }
span { border-color: rgb(230,175,186); }
td.TdClassName
{
border-color: #E6AFBA;
}
.TagClassName
{
border-color: #E6AFBA;
}
</style>