Shades of Deep Blush #E06282
Tints of Deep Blush #E06282
RGB
CMYK
RGB Variations
Color information
#E06282 (or 0xE06282) is known color: Deep Blush. HEX triplet: E0, 62 and 82. RGB value is (224,98,130). Sum of RGB (Red+Green+Blue) = 224+98+130=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E06282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06282 is #1F9D7D. Grayscale: #8B8B8B. Windows color (decimal): -2071934 or 8544992. OLE color: 8544992.
HSL color Cylindrical-coordinate representation of color #E06282: hue angle of 344.76º 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 #E06282 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 98 | 130 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.12 |
| HSL | 344.76º | 0.67% | 0.63% | - |
| HSV(B) | 344.76º | 0.56% | 0.88% | - |
| XYZ | 39.14 | 26.19 | 24.11 | - |
| YUV | 139.32 | 122.74 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 98 | 130 | 0 | 0.56 | 0.42 | 0.12 | 344.76 | 0.67 | 0.63 |
| Hex | E0 | 62 | 82 | 0 | 38 | 2A | C | 159 | 43 | 3F |
| Octal | 340 | 142 | 202 | 0 | 70 | 52 | 14 | 531 | 103 | 77 |
| Binary | 11100000 | 1100010 | 10000010 | 0 | 111000 | 101010 | 1100 | 101011001 | 1000011 | 111111 |
Color Harmonies of #E06282
Complementary color
Monochromatic Colors of #E06282
Black with #E06282
Text Example
Text Example
White with #E06282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06282; }
p { color: rgb(224,98,130); }
H1.HeaderClassName
{
color: #E06282;
}
.AnyTagClassName
{
color: #E06282;
}
</style>
background-color css
<style>
a { background-color: #E06282; }
a { background-color: rgb(224,98,130); }
div.DivClassName
{
background-color: #E06282;
}
.BgClassName
{
background-color: #E06282;
}
</style>
border-color css
<style>
span { border-color: #E06282; }
span { border-color: rgb(224,98,130); }
td.TdClassName
{
border-color: #E06282;
}
.TagClassName
{
border-color: #E06282;
}
</style>