Shades of Deep Cerise #E03B7D
Tints of Deep Cerise #E03B7D
RGB
CMYK
RGB Variations
Color information
#E03B7D (or 0xE03B7D) is known color: Deep Cerise. HEX triplet: E0, 3B and 7D. RGB value is (224,59,125). Sum of RGB (Red+Green+Blue) = 224+59+125=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 59 (23.44% from 255 or 14.46% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E03B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03B7D is #1FC482. Grayscale: #737373. Windows color (decimal): -2081923 or 8207328. OLE color: 8207328.
HSL color Cylindrical-coordinate representation of color #E03B7D: hue angle of 336º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E03B7D is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 59 | 125 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.12 |
| HSL | 336º | 0.73% | 0.55% | - |
| HSV(B) | 336º | 0.74% | 0.88% | - |
| XYZ | 36.01 | 20.46 | 21.45 | - |
| YUV | 115.86 | 133.16 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 59 | 125 | 0 | 0.74 | 0.44 | 0.12 | 336 | 0.73 | 0.55 |
| Hex | E0 | 3B | 7D | 0 | 4A | 2C | C | 150 | 49 | 37 |
| Octal | 340 | 73 | 175 | 0 | 112 | 54 | 14 | 520 | 111 | 67 |
| Binary | 11100000 | 111011 | 1111101 | 0 | 1001010 | 101100 | 1100 | 101010000 | 1001001 | 110111 |
Color Harmonies of #E03B7D
Complementary color
Monochromatic Colors of #E03B7D
Black with #E03B7D
Text Example
Text Example
White with #E03B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03B7D; }
p { color: rgb(224,59,125); }
H1.HeaderClassName
{
color: #E03B7D;
}
.AnyTagClassName
{
color: #E03B7D;
}
</style>
background-color css
<style>
a { background-color: #E03B7D; }
a { background-color: rgb(224,59,125); }
div.DivClassName
{
background-color: #E03B7D;
}
.BgClassName
{
background-color: #E03B7D;
}
</style>
border-color css
<style>
span { border-color: #E03B7D; }
span { border-color: rgb(224,59,125); }
td.TdClassName
{
border-color: #E03B7D;
}
.TagClassName
{
border-color: #E03B7D;
}
</style>