Shades of Deep Blush #E06581
Tints of Deep Blush #E06581
RGB
CMYK
RGB Variations
Color information
#E06581 (or 0xE06581) is known color: Deep Blush. HEX triplet: E0, 65 and 81. RGB value is (224,101,129). Sum of RGB (Red+Green+Blue) = 224+101+129=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 101 (39.84% from 255 or 22.25% from 454); Blue value is 129 (50.78% from 255 or 28.41% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E06581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06581 is #1F9A7E. Grayscale: #8C8C8C. Windows color (decimal): -2071167 or 8480224. OLE color: 8480224.
HSL color Cylindrical-coordinate representation of color #E06581: hue angle of 346.34º degrees, saturation: 0.66, 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 #E06581 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 101 | 129 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.12 |
| HSL | 346.34º | 0.66% | 0.64% | - |
| HSV(B) | 346.34º | 0.55% | 0.88% | - |
| XYZ | 39.36 | 26.74 | 23.86 | - |
| YUV | 140.97 | 121.25 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 101 | 129 | 0 | 0.55 | 0.42 | 0.12 | 346.34 | 0.66 | 0.64 |
| Hex | E0 | 65 | 81 | 0 | 37 | 2A | C | 15A | 42 | 40 |
| Octal | 340 | 145 | 201 | 0 | 67 | 52 | 14 | 532 | 102 | 100 |
| Binary | 11100000 | 1100101 | 10000001 | 0 | 110111 | 101010 | 1100 | 101011010 | 1000010 | 1000000 |
Color Harmonies of #E06581
Complementary color
Monochromatic Colors of #E06581
Black with #E06581
Text Example
Text Example
White with #E06581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06581; }
p { color: rgb(224,101,129); }
H1.HeaderClassName
{
color: #E06581;
}
.AnyTagClassName
{
color: #E06581;
}
</style>
background-color css
<style>
a { background-color: #E06581; }
a { background-color: rgb(224,101,129); }
div.DivClassName
{
background-color: #E06581;
}
.BgClassName
{
background-color: #E06581;
}
</style>
border-color css
<style>
span { border-color: #E06581; }
span { border-color: rgb(224,101,129); }
td.TdClassName
{
border-color: #E06581;
}
.TagClassName
{
border-color: #E06581;
}
</style>