Shades of Deep Blush #E06F82
Tints of Deep Blush #E06F82
RGB
CMYK
RGB Variations
Color information
#E06F82 (or 0xE06F82) is known color: Deep Blush. HEX triplet: E0, 6F and 82. RGB value is (224,111,130). Sum of RGB (Red+Green+Blue) = 224+111+130=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06F82 is #1F907D. Grayscale: #929292. Windows color (decimal): -2068606 or 8548320. OLE color: 8548320.
HSL color Cylindrical-coordinate representation of color #E06F82: hue angle of 349.91º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E06F82 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 130 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.12 |
| HSL | 349.91º | 0.65% | 0.66% | - |
| HSV(B) | 349.91º | 0.5% | 0.88% | - |
| XYZ | 40.45 | 28.83 | 24.55 | - |
| YUV | 146.95 | 118.44 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 130 | 0 | 0.50 | 0.42 | 0.12 | 349.91 | 0.65 | 0.66 |
| Hex | E0 | 6F | 82 | 0 | 32 | 2A | C | 15E | 41 | 42 |
| Octal | 340 | 157 | 202 | 0 | 62 | 52 | 14 | 536 | 101 | 102 |
| Binary | 11100000 | 1101111 | 10000010 | 0 | 110010 | 101010 | 1100 | 101011110 | 1000001 | 1000010 |
Color Harmonies of #E06F82
Complementary color
Monochromatic Colors of #E06F82
Black with #E06F82
Text Example
Text Example
White with #E06F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06F82; }
p { color: rgb(224,111,130); }
H1.HeaderClassName
{
color: #E06F82;
}
.AnyTagClassName
{
color: #E06F82;
}
</style>
background-color css
<style>
a { background-color: #E06F82; }
a { background-color: rgb(224,111,130); }
div.DivClassName
{
background-color: #E06F82;
}
.BgClassName
{
background-color: #E06F82;
}
</style>
border-color css
<style>
span { border-color: #E06F82; }
span { border-color: rgb(224,111,130); }
td.TdClassName
{
border-color: #E06F82;
}
.TagClassName
{
border-color: #E06F82;
}
</style>