Shades of Deep Cerise #E03C7D
Tints of Deep Cerise #E03C7D
RGB
CMYK
RGB Variations
Color information
#E03C7D (or 0xE03C7D) is known color: Deep Cerise. HEX triplet: E0, 3C and 7D. RGB value is (224,60,125). Sum of RGB (Red+Green+Blue) = 224+60+125=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 60 (23.83% from 255 or 14.67% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E03C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03C7D is #1FC382. Grayscale: #747474. Windows color (decimal): -2081667 or 8207584. OLE color: 8207584.
HSL color Cylindrical-coordinate representation of color #E03C7D: hue angle of 336.22º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E03C7D is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 60 | 125 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.12 |
| HSL | 336.22º | 0.73% | 0.56% | - |
| HSV(B) | 336.22º | 0.73% | 0.88% | - |
| XYZ | 36.06 | 20.56 | 21.47 | - |
| YUV | 116.45 | 132.83 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 60 | 125 | 0 | 0.73 | 0.44 | 0.12 | 336.22 | 0.73 | 0.56 |
| Hex | E0 | 3C | 7D | 0 | 49 | 2C | C | 150 | 49 | 38 |
| Octal | 340 | 74 | 175 | 0 | 111 | 54 | 14 | 520 | 111 | 70 |
| Binary | 11100000 | 111100 | 1111101 | 0 | 1001001 | 101100 | 1100 | 101010000 | 1001001 | 111000 |
Color Harmonies of #E03C7D
Complementary color
Monochromatic Colors of #E03C7D
Black with #E03C7D
Text Example
Text Example
White with #E03C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03C7D; }
p { color: rgb(224,60,125); }
H1.HeaderClassName
{
color: #E03C7D;
}
.AnyTagClassName
{
color: #E03C7D;
}
</style>
background-color css
<style>
a { background-color: #E03C7D; }
a { background-color: rgb(224,60,125); }
div.DivClassName
{
background-color: #E03C7D;
}
.BgClassName
{
background-color: #E03C7D;
}
</style>
border-color css
<style>
span { border-color: #E03C7D; }
span { border-color: rgb(224,60,125); }
td.TdClassName
{
border-color: #E03C7D;
}
.TagClassName
{
border-color: #E03C7D;
}
</style>