Shades of Deep Cerise #E02694
Tints of Deep Cerise #E02694
RGB
CMYK
RGB Variations
Color information
#E02694 (or 0xE02694) is known color: Deep Cerise. HEX triplet: E0, 26 and 94. RGB value is (224,38,148). Sum of RGB (Red+Green+Blue) = 224+38+148=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 38 (15.23% from 255 or 9.27% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E02694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02694 is #1FD96B. Grayscale: #696969. Windows color (decimal): -2087276 or 9709280. OLE color: 9709280.
HSL color Cylindrical-coordinate representation of color #E02694: hue angle of 324.52º 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 #E02694 is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 38 | 148 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.12 |
| HSL | 324.52º | 0.75% | 0.51% | - |
| HSV(B) | 324.52º | 0.83% | 0.88% | - |
| XYZ | 36.78 | 19.37 | 29.82 | - |
| YUV | 106.15 | 151.62 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 38 | 148 | 0 | 0.83 | 0.34 | 0.12 | 324.52 | 0.75 | 0.51 |
| Hex | E0 | 26 | 94 | 0 | 53 | 22 | C | 145 | 4B | 33 |
| Octal | 340 | 46 | 224 | 0 | 123 | 42 | 14 | 505 | 113 | 63 |
| Binary | 11100000 | 100110 | 10010100 | 0 | 1010011 | 100010 | 1100 | 101000101 | 1001011 | 110011 |
Color Harmonies of #E02694
Complementary color
Monochromatic Colors of #E02694
Black with #E02694
Text Example
Text Example
White with #E02694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02694; }
p { color: rgb(224,38,148); }
H1.HeaderClassName
{
color: #E02694;
}
.AnyTagClassName
{
color: #E02694;
}
</style>
background-color css
<style>
a { background-color: #E02694; }
a { background-color: rgb(224,38,148); }
div.DivClassName
{
background-color: #E02694;
}
.BgClassName
{
background-color: #E02694;
}
</style>
border-color css
<style>
span { border-color: #E02694; }
span { border-color: rgb(224,38,148); }
td.TdClassName
{
border-color: #E02694;
}
.TagClassName
{
border-color: #E02694;
}
</style>