Shades of Deep Blush #E07683
Tints of Deep Blush #E07683
RGB
CMYK
RGB Variations
Color information
#E07683 (or 0xE07683) is known color: Deep Blush. HEX triplet: E0, 76 and 83. RGB value is (224,118,131). Sum of RGB (Red+Green+Blue) = 224+118+131=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 131 (51.56% from 255 or 27.70% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E07683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07683 is #1F897C. Grayscale: #979797. Windows color (decimal): -2066813 or 8615648. OLE color: 8615648.
HSL color Cylindrical-coordinate representation of color #E07683: hue angle of 352.64º 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 #E07683 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 118 | 131 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.12 |
| HSL | 352.64º | 0.63% | 0.67% | - |
| HSV(B) | 352.64º | 0.47% | 0.88% | - |
| XYZ | 41.32 | 30.44 | 25.17 | - |
| YUV | 151.18 | 116.62 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 118 | 131 | 0 | 0.47 | 0.42 | 0.12 | 352.64 | 0.63 | 0.67 |
| Hex | E0 | 76 | 83 | 0 | 2F | 2A | C | 161 | 3F | 43 |
| Octal | 340 | 166 | 203 | 0 | 57 | 52 | 14 | 541 | 77 | 103 |
| Binary | 11100000 | 1110110 | 10000011 | 0 | 101111 | 101010 | 1100 | 101100001 | 111111 | 1000011 |
Color Harmonies of #E07683
Complementary color
Monochromatic Colors of #E07683
Black with #E07683
Text Example
Text Example
White with #E07683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07683; }
p { color: rgb(224,118,131); }
H1.HeaderClassName
{
color: #E07683;
}
.AnyTagClassName
{
color: #E07683;
}
</style>
background-color css
<style>
a { background-color: #E07683; }
a { background-color: rgb(224,118,131); }
div.DivClassName
{
background-color: #E07683;
}
.BgClassName
{
background-color: #E07683;
}
</style>
border-color css
<style>
span { border-color: #E07683; }
span { border-color: rgb(224,118,131); }
td.TdClassName
{
border-color: #E07683;
}
.TagClassName
{
border-color: #E07683;
}
</style>