Shades of Deep Cerise #E0307C
Tints of Deep Cerise #E0307C
RGB
CMYK
RGB Variations
Color information
#E0307C (or 0xE0307C) is known color: Deep Cerise. HEX triplet: E0, 30 and 7C. RGB value is (224,48,124). Sum of RGB (Red+Green+Blue) = 224+48+124=396 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.57% from 396); Green value is 48 (19.14% from 255 or 12.12% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 224 - color contains mainly: red. Hex color #E0307C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0307C is #1FCF83. Grayscale: #6D6D6D. Windows color (decimal): -2084740 or 8138976. OLE color: 8138976.
HSL color Cylindrical-coordinate representation of color #E0307C: hue angle of 334.09º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0307C is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 48 | 124 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.12 |
| HSL | 334.09º | 0.74% | 0.53% | - |
| HSV(B) | 334.09º | 0.79% | 0.88% | - |
| XYZ | 35.44 | 19.42 | 20.95 | - |
| YUV | 109.29 | 136.31 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 48 | 124 | 0 | 0.79 | 0.45 | 0.12 | 334.09 | 0.74 | 0.53 |
| Hex | E0 | 30 | 7C | 0 | 4F | 2D | C | 14E | 4A | 35 |
| Octal | 340 | 60 | 174 | 0 | 117 | 55 | 14 | 516 | 112 | 65 |
| Binary | 11100000 | 110000 | 1111100 | 0 | 1001111 | 101101 | 1100 | 101001110 | 1001010 | 110101 |
Color Harmonies of #E0307C
Complementary color
Monochromatic Colors of #E0307C
Black with #E0307C
Text Example
Text Example
White with #E0307C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0307C; }
p { color: rgb(224,48,124); }
H1.HeaderClassName
{
color: #E0307C;
}
.AnyTagClassName
{
color: #E0307C;
}
</style>
background-color css
<style>
a { background-color: #E0307C; }
a { background-color: rgb(224,48,124); }
div.DivClassName
{
background-color: #E0307C;
}
.BgClassName
{
background-color: #E0307C;
}
</style>
border-color css
<style>
span { border-color: #E0307C; }
span { border-color: rgb(224,48,124); }
td.TdClassName
{
border-color: #E0307C;
}
.TagClassName
{
border-color: #E0307C;
}
</style>