Shades of Deep Cerise #E02676
Tints of Deep Cerise #E02676
RGB
CMYK
RGB Variations
Color information
#E02676 (or 0xE02676) is known color: Deep Cerise. HEX triplet: E0, 26 and 76. RGB value is (224,38,118). Sum of RGB (Red+Green+Blue) = 224+38+118=380 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.95% from 380); Green value is 38 (15.23% from 255 or 10% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 224 - color contains mainly: red. Hex color #E02676 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02676 is #1FD989. Grayscale: #666666. Windows color (decimal): -2087306 or 7743200. OLE color: 7743200.
HSL color Cylindrical-coordinate representation of color #E02676: hue angle of 334.19º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E02676 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 38 | 118 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.12 |
| HSL | 334.19º | 0.75% | 0.51% | - |
| HSV(B) | 334.19º | 0.83% | 0.88% | - |
| XYZ | 34.7 | 18.54 | 18.89 | - |
| YUV | 102.73 | 136.62 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 38 | 118 | 0 | 0.83 | 0.47 | 0.12 | 334.19 | 0.75 | 0.51 |
| Hex | E0 | 26 | 76 | 0 | 53 | 2F | C | 14E | 4B | 33 |
| Octal | 340 | 46 | 166 | 0 | 123 | 57 | 14 | 516 | 113 | 63 |
| Binary | 11100000 | 100110 | 1110110 | 0 | 1010011 | 101111 | 1100 | 101001110 | 1001011 | 110011 |
Color Harmonies of #E02676
Complementary color
Monochromatic Colors of #E02676
Black with #E02676
Text Example
Text Example
White with #E02676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02676; }
p { color: rgb(224,38,118); }
H1.HeaderClassName
{
color: #E02676;
}
.AnyTagClassName
{
color: #E02676;
}
</style>
background-color css
<style>
a { background-color: #E02676; }
a { background-color: rgb(224,38,118); }
div.DivClassName
{
background-color: #E02676;
}
.BgClassName
{
background-color: #E02676;
}
</style>
border-color css
<style>
span { border-color: #E02676; }
span { border-color: rgb(224,38,118); }
td.TdClassName
{
border-color: #E02676;
}
.TagClassName
{
border-color: #E02676;
}
</style>