Shades of Deep Blush #E06781
Tints of Deep Blush #E06781
RGB
CMYK
RGB Variations
Color information
#E06781 (or 0xE06781) is known color: Deep Blush. HEX triplet: E0, 67 and 81. RGB value is (224,103,129). Sum of RGB (Red+Green+Blue) = 224+103+129=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E06781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06781 is #1F987E. Grayscale: #8E8E8E. Windows color (decimal): -2070655 or 8480736. OLE color: 8480736.
HSL color Cylindrical-coordinate representation of color #E06781: hue angle of 347.11º 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 #E06781 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 103 | 129 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.12 |
| HSL | 347.11º | 0.66% | 0.64% | - |
| HSV(B) | 347.11º | 0.54% | 0.88% | - |
| XYZ | 39.55 | 27.13 | 23.92 | - |
| YUV | 142.14 | 120.59 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 103 | 129 | 0 | 0.54 | 0.42 | 0.12 | 347.11 | 0.66 | 0.64 |
| Hex | E0 | 67 | 81 | 0 | 36 | 2A | C | 15B | 42 | 40 |
| Octal | 340 | 147 | 201 | 0 | 66 | 52 | 14 | 533 | 102 | 100 |
| Binary | 11100000 | 1100111 | 10000001 | 0 | 110110 | 101010 | 1100 | 101011011 | 1000010 | 1000000 |
Color Harmonies of #E06781
Complementary color
Monochromatic Colors of #E06781
Black with #E06781
Text Example
Text Example
White with #E06781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06781; }
p { color: rgb(224,103,129); }
H1.HeaderClassName
{
color: #E06781;
}
.AnyTagClassName
{
color: #E06781;
}
</style>
background-color css
<style>
a { background-color: #E06781; }
a { background-color: rgb(224,103,129); }
div.DivClassName
{
background-color: #E06781;
}
.BgClassName
{
background-color: #E06781;
}
</style>
border-color css
<style>
span { border-color: #E06781; }
span { border-color: rgb(224,103,129); }
td.TdClassName
{
border-color: #E06781;
}
.TagClassName
{
border-color: #E06781;
}
</style>