Shades of Deep Blush #E06288
Tints of Deep Blush #E06288
RGB
CMYK
RGB Variations
Color information
#E06288 (or 0xE06288) is known color: Deep Blush. HEX triplet: E0, 62 and 88. RGB value is (224,98,136). Sum of RGB (Red+Green+Blue) = 224+98+136=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 98 (38.67% from 255 or 21.40% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E06288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06288 is #1F9D77. Grayscale: #8B8B8B. Windows color (decimal): -2071928 or 8938208. OLE color: 8938208.
HSL color Cylindrical-coordinate representation of color #E06288: hue angle of 341.9º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E06288 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 98 | 136 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.12 |
| HSL | 341.9º | 0.67% | 0.63% | - |
| HSV(B) | 341.9º | 0.56% | 0.88% | - |
| XYZ | 39.55 | 26.36 | 26.3 | - |
| YUV | 140.01 | 125.74 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 98 | 136 | 0 | 0.56 | 0.39 | 0.12 | 341.9 | 0.67 | 0.63 |
| Hex | E0 | 62 | 88 | 0 | 38 | 27 | C | 156 | 43 | 3F |
| Octal | 340 | 142 | 210 | 0 | 70 | 47 | 14 | 526 | 103 | 77 |
| Binary | 11100000 | 1100010 | 10001000 | 0 | 111000 | 100111 | 1100 | 101010110 | 1000011 | 111111 |
Color Harmonies of #E06288
Complementary color
Monochromatic Colors of #E06288
Black with #E06288
Text Example
Text Example
White with #E06288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06288; }
p { color: rgb(224,98,136); }
H1.HeaderClassName
{
color: #E06288;
}
.AnyTagClassName
{
color: #E06288;
}
</style>
background-color css
<style>
a { background-color: #E06288; }
a { background-color: rgb(224,98,136); }
div.DivClassName
{
background-color: #E06288;
}
.BgClassName
{
background-color: #E06288;
}
</style>
border-color css
<style>
span { border-color: #E06288; }
span { border-color: rgb(224,98,136); }
td.TdClassName
{
border-color: #E06288;
}
.TagClassName
{
border-color: #E06288;
}
</style>