Shades of Deep Blush #E06486
Tints of Deep Blush #E06486
RGB
CMYK
RGB Variations
Color information
#E06486 (or 0xE06486) is known color: Deep Blush. HEX triplet: E0, 64 and 86. RGB value is (224,100,134). Sum of RGB (Red+Green+Blue) = 224+100+134=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E06486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06486 is #1F9B79. Grayscale: #8C8C8C. Windows color (decimal): -2071418 or 8807648. OLE color: 8807648.
HSL color Cylindrical-coordinate representation of color #E06486: hue angle of 343.55º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E06486 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 100 | 134 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.12 |
| HSL | 343.55º | 0.67% | 0.64% | - |
| HSV(B) | 343.55º | 0.55% | 0.88% | - |
| XYZ | 39.6 | 26.68 | 25.62 | - |
| YUV | 140.95 | 124.08 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 100 | 134 | 0 | 0.55 | 0.40 | 0.12 | 343.55 | 0.67 | 0.64 |
| Hex | E0 | 64 | 86 | 0 | 37 | 28 | C | 158 | 43 | 40 |
| Octal | 340 | 144 | 206 | 0 | 67 | 50 | 14 | 530 | 103 | 100 |
| Binary | 11100000 | 1100100 | 10000110 | 0 | 110111 | 101000 | 1100 | 101011000 | 1000011 | 1000000 |
Color Harmonies of #E06486
Complementary color
Monochromatic Colors of #E06486
Black with #E06486
Text Example
Text Example
White with #E06486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06486; }
p { color: rgb(224,100,134); }
H1.HeaderClassName
{
color: #E06486;
}
.AnyTagClassName
{
color: #E06486;
}
</style>
background-color css
<style>
a { background-color: #E06486; }
a { background-color: rgb(224,100,134); }
div.DivClassName
{
background-color: #E06486;
}
.BgClassName
{
background-color: #E06486;
}
</style>
border-color css
<style>
span { border-color: #E06486; }
span { border-color: rgb(224,100,134); }
td.TdClassName
{
border-color: #E06486;
}
.TagClassName
{
border-color: #E06486;
}
</style>