Shades of Deep Blush #E06485
Tints of Deep Blush #E06485
RGB
CMYK
RGB Variations
Color information
#E06485 (or 0xE06485) is known color: Deep Blush. HEX triplet: E0, 64 and 85. RGB value is (224,100,133). Sum of RGB (Red+Green+Blue) = 224+100+133=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E06485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06485 is #1F9B7A. Grayscale: #8C8C8C. Windows color (decimal): -2071419 or 8742112. OLE color: 8742112.
HSL color Cylindrical-coordinate representation of color #E06485: hue angle of 344.03º degrees, saturation: 0.67, 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 #E06485 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 100 | 133 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.12 |
| HSL | 344.03º | 0.67% | 0.64% | - |
| HSV(B) | 344.03º | 0.55% | 0.88% | - |
| XYZ | 39.53 | 26.66 | 25.25 | - |
| YUV | 140.84 | 123.58 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 100 | 133 | 0 | 0.55 | 0.41 | 0.12 | 344.03 | 0.67 | 0.64 |
| Hex | E0 | 64 | 85 | 0 | 37 | 29 | C | 158 | 43 | 40 |
| Octal | 340 | 144 | 205 | 0 | 67 | 51 | 14 | 530 | 103 | 100 |
| Binary | 11100000 | 1100100 | 10000101 | 0 | 110111 | 101001 | 1100 | 101011000 | 1000011 | 1000000 |
Color Harmonies of #E06485
Complementary color
Monochromatic Colors of #E06485
Black with #E06485
Text Example
Text Example
White with #E06485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06485; }
p { color: rgb(224,100,133); }
H1.HeaderClassName
{
color: #E06485;
}
.AnyTagClassName
{
color: #E06485;
}
</style>
background-color css
<style>
a { background-color: #E06485; }
a { background-color: rgb(224,100,133); }
div.DivClassName
{
background-color: #E06485;
}
.BgClassName
{
background-color: #E06485;
}
</style>
border-color css
<style>
span { border-color: #E06485; }
span { border-color: rgb(224,100,133); }
td.TdClassName
{
border-color: #E06485;
}
.TagClassName
{
border-color: #E06485;
}
</style>