Shades of Blossom #E6AEBA
Tints of Blossom #E6AEBA
RGB
CMYK
RGB Variations
Color information
#E6AEBA (or 0xE6AEBA) is known color: Blossom. HEX triplet: E6, AE and BA. RGB value is (230,174,186). Sum of RGB (Red+Green+Blue) = 230+174+186=590 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.98% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AEBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AEBA is #195145. Grayscale: #C0C0C0. Windows color (decimal): -1659206 or 12234470. OLE color: 12234470.
HSL color Cylindrical-coordinate representation of color #E6AEBA: hue angle of 347.14º degrees, saturation: 0.53, 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 #E6AEBA is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 174 | 186 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.10 |
| HSL | 347.14º | 0.53% | 0.79% | - |
| HSV(B) | 347.14º | 0.24% | 0.9% | - |
| XYZ | 56.63 | 50.64 | 53.24 | - |
| YUV | 192.11 | 124.55 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 174 | 186 | 0 | 0.24 | 0.19 | 0.10 | 347.14 | 0.53 | 0.79 |
| Hex | E6 | AE | BA | 0 | 18 | 13 | A | 15B | 35 | 4F |
| Octal | 346 | 256 | 272 | 0 | 30 | 23 | 12 | 533 | 65 | 117 |
| Binary | 11100110 | 10101110 | 10111010 | 0 | 11000 | 10011 | 1010 | 101011011 | 110101 | 1001111 |
Color Harmonies of #E6AEBA
Complementary color
Monochromatic Colors of #E6AEBA
Black with #E6AEBA
Text Example
Text Example
White with #E6AEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AEBA; }
p { color: rgb(230,174,186); }
H1.HeaderClassName
{
color: #E6AEBA;
}
.AnyTagClassName
{
color: #E6AEBA;
}
</style>
background-color css
<style>
a { background-color: #E6AEBA; }
a { background-color: rgb(230,174,186); }
div.DivClassName
{
background-color: #E6AEBA;
}
.BgClassName
{
background-color: #E6AEBA;
}
</style>
border-color css
<style>
span { border-color: #E6AEBA; }
span { border-color: rgb(230,174,186); }
td.TdClassName
{
border-color: #E6AEBA;
}
.TagClassName
{
border-color: #E6AEBA;
}
</style>