Shades of Deep Blush #E07685
Tints of Deep Blush #E07685
RGB
CMYK
RGB Variations
Color information
#E07685 (or 0xE07685) is known color: Deep Blush. HEX triplet: E0, 76 and 85. RGB value is (224,118,133). Sum of RGB (Red+Green+Blue) = 224+118+133=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E07685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07685 is #1F897A. Grayscale: #979797. Windows color (decimal): -2066811 or 8746720. OLE color: 8746720.
HSL color Cylindrical-coordinate representation of color #E07685: hue angle of 351.51º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E07685 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 118 | 133 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.12 |
| HSL | 351.51º | 0.63% | 0.67% | - |
| HSV(B) | 351.51º | 0.47% | 0.88% | - |
| XYZ | 41.45 | 30.5 | 25.89 | - |
| YUV | 151.4 | 117.62 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 118 | 133 | 0 | 0.47 | 0.41 | 0.12 | 351.51 | 0.63 | 0.67 |
| Hex | E0 | 76 | 85 | 0 | 2F | 29 | C | 160 | 3F | 43 |
| Octal | 340 | 166 | 205 | 0 | 57 | 51 | 14 | 540 | 77 | 103 |
| Binary | 11100000 | 1110110 | 10000101 | 0 | 101111 | 101001 | 1100 | 101100000 | 111111 | 1000011 |
Color Harmonies of #E07685
Complementary color
Monochromatic Colors of #E07685
Black with #E07685
Text Example
Text Example
White with #E07685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07685; }
p { color: rgb(224,118,133); }
H1.HeaderClassName
{
color: #E07685;
}
.AnyTagClassName
{
color: #E07685;
}
</style>
background-color css
<style>
a { background-color: #E07685; }
a { background-color: rgb(224,118,133); }
div.DivClassName
{
background-color: #E07685;
}
.BgClassName
{
background-color: #E07685;
}
</style>
border-color css
<style>
span { border-color: #E07685; }
span { border-color: rgb(224,118,133); }
td.TdClassName
{
border-color: #E07685;
}
.TagClassName
{
border-color: #E07685;
}
</style>