Shades of Deep Blush #E06883
Tints of Deep Blush #E06883
RGB
CMYK
RGB Variations
Color information
#E06883 (or 0xE06883) is known color: Deep Blush. HEX triplet: E0, 68 and 83. RGB value is (224,104,131). Sum of RGB (Red+Green+Blue) = 224+104+131=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E06883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06883 is #1F977C. Grayscale: #8E8E8E. Windows color (decimal): -2070397 or 8612064. OLE color: 8612064.
HSL color Cylindrical-coordinate representation of color #E06883: hue angle of 346.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E06883 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 104 | 131 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.12 |
| HSL | 346.5º | 0.66% | 0.64% | - |
| HSV(B) | 346.5º | 0.54% | 0.88% | - |
| XYZ | 39.79 | 27.39 | 24.66 | - |
| YUV | 142.96 | 121.26 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 104 | 131 | 0 | 0.54 | 0.42 | 0.12 | 346.5 | 0.66 | 0.64 |
| Hex | E0 | 68 | 83 | 0 | 36 | 2A | C | 15A | 42 | 40 |
| Octal | 340 | 150 | 203 | 0 | 66 | 52 | 14 | 532 | 102 | 100 |
| Binary | 11100000 | 1101000 | 10000011 | 0 | 110110 | 101010 | 1100 | 101011010 | 1000010 | 1000000 |
Color Harmonies of #E06883
Complementary color
Monochromatic Colors of #E06883
Black with #E06883
Text Example
Text Example
White with #E06883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06883; }
p { color: rgb(224,104,131); }
H1.HeaderClassName
{
color: #E06883;
}
.AnyTagClassName
{
color: #E06883;
}
</style>
background-color css
<style>
a { background-color: #E06883; }
a { background-color: rgb(224,104,131); }
div.DivClassName
{
background-color: #E06883;
}
.BgClassName
{
background-color: #E06883;
}
</style>
border-color css
<style>
span { border-color: #E06883; }
span { border-color: rgb(224,104,131); }
td.TdClassName
{
border-color: #E06883;
}
.TagClassName
{
border-color: #E06883;
}
</style>