Shades of Deep Blush #E06187
Tints of Deep Blush #E06187
RGB
CMYK
RGB Variations
Color information
#E06187 (or 0xE06187) is known color: Deep Blush. HEX triplet: E0, 61 and 87. RGB value is (224,97,135). Sum of RGB (Red+Green+Blue) = 224+97+135=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 135 (53.12% from 255 or 29.61% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E06187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06187 is #1F9E78. Grayscale: #8B8B8B. Windows color (decimal): -2072185 or 8872416. OLE color: 8872416.
HSL color Cylindrical-coordinate representation of color #E06187: hue angle of 342.05º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E06187 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 97 | 135 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.12 |
| HSL | 342.05º | 0.67% | 0.63% | - |
| HSV(B) | 342.05º | 0.57% | 0.88% | - |
| XYZ | 39.39 | 26.15 | 25.89 | - |
| YUV | 139.31 | 125.58 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 97 | 135 | 0 | 0.57 | 0.40 | 0.12 | 342.05 | 0.67 | 0.63 |
| Hex | E0 | 61 | 87 | 0 | 39 | 28 | C | 156 | 43 | 3F |
| Octal | 340 | 141 | 207 | 0 | 71 | 50 | 14 | 526 | 103 | 77 |
| Binary | 11100000 | 1100001 | 10000111 | 0 | 111001 | 101000 | 1100 | 101010110 | 1000011 | 111111 |
Color Harmonies of #E06187
Complementary color
Monochromatic Colors of #E06187
Black with #E06187
Text Example
Text Example
White with #E06187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06187; }
p { color: rgb(224,97,135); }
H1.HeaderClassName
{
color: #E06187;
}
.AnyTagClassName
{
color: #E06187;
}
</style>
background-color css
<style>
a { background-color: #E06187; }
a { background-color: rgb(224,97,135); }
div.DivClassName
{
background-color: #E06187;
}
.BgClassName
{
background-color: #E06187;
}
</style>
border-color css
<style>
span { border-color: #E06187; }
span { border-color: rgb(224,97,135); }
td.TdClassName
{
border-color: #E06187;
}
.TagClassName
{
border-color: #E06187;
}
</style>