Shades of Deep Blush #E06384
Tints of Deep Blush #E06384
RGB
CMYK
RGB Variations
Color information
#E06384 (or 0xE06384) is known color: Deep Blush. HEX triplet: E0, 63 and 84. RGB value is (224,99,132). Sum of RGB (Red+Green+Blue) = 224+99+132=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E06384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06384 is #1F9C7B. Grayscale: #8C8C8C. Windows color (decimal): -2071676 or 8676320. OLE color: 8676320.
HSL color Cylindrical-coordinate representation of color #E06384: hue angle of 344.16º 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 #E06384 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 132 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.12 |
| HSL | 344.16º | 0.67% | 0.63% | - |
| HSV(B) | 344.16º | 0.56% | 0.88% | - |
| XYZ | 39.37 | 26.44 | 24.86 | - |
| YUV | 140.14 | 123.41 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 132 | 0 | 0.56 | 0.41 | 0.12 | 344.16 | 0.67 | 0.63 |
| Hex | E0 | 63 | 84 | 0 | 38 | 29 | C | 158 | 43 | 3F |
| Octal | 340 | 143 | 204 | 0 | 70 | 51 | 14 | 530 | 103 | 77 |
| Binary | 11100000 | 1100011 | 10000100 | 0 | 111000 | 101001 | 1100 | 101011000 | 1000011 | 111111 |
Color Harmonies of #E06384
Complementary color
Monochromatic Colors of #E06384
Black with #E06384
Text Example
Text Example
White with #E06384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06384; }
p { color: rgb(224,99,132); }
H1.HeaderClassName
{
color: #E06384;
}
.AnyTagClassName
{
color: #E06384;
}
</style>
background-color css
<style>
a { background-color: #E06384; }
a { background-color: rgb(224,99,132); }
div.DivClassName
{
background-color: #E06384;
}
.BgClassName
{
background-color: #E06384;
}
</style>
border-color css
<style>
span { border-color: #E06384; }
span { border-color: rgb(224,99,132); }
td.TdClassName
{
border-color: #E06384;
}
.TagClassName
{
border-color: #E06384;
}
</style>