Shades of Deep Cerise #E62394
Tints of Deep Cerise #E62394
RGB
CMYK
RGB Variations
Color information
#E62394 (or 0xE62394) is known color: Deep Cerise. HEX triplet: E6, 23 and 94. RGB value is (230,35,148). Sum of RGB (Red+Green+Blue) = 230+35+148=413 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.69% from 413); Green value is 35 (14.06% from 255 or 8.47% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 230 - color contains mainly: red. Hex color #E62394 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62394 is #19DC6B. Grayscale: #696969. Windows color (decimal): -1694828 or 9708518. OLE color: 9708518.
HSL color Cylindrical-coordinate representation of color #E62394: hue angle of 325.23º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E62394 is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 35 | 148 | - |
| CMYK | 0 | 0.85 | 0.36 | 0.10 |
| HSL | 325.23º | 0.8% | 0.52% | - |
| HSV(B) | 325.23º | 0.85% | 0.9% | - |
| XYZ | 38.58 | 20.16 | 29.88 | - |
| YUV | 106.19 | 151.6 | 216.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 35 | 148 | 0 | 0.85 | 0.36 | 0.10 | 325.23 | 0.8 | 0.52 |
| Hex | E6 | 23 | 94 | 0 | 55 | 24 | A | 145 | 50 | 34 |
| Octal | 346 | 43 | 224 | 0 | 125 | 44 | 12 | 505 | 120 | 64 |
| Binary | 11100110 | 100011 | 10010100 | 0 | 1010101 | 100100 | 1010 | 101000101 | 1010000 | 110100 |
Color Harmonies of #E62394
Complementary color
Monochromatic Colors of #E62394
Black with #E62394
Text Example
Text Example
White with #E62394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62394; }
p { color: rgb(230,35,148); }
H1.HeaderClassName
{
color: #E62394;
}
.AnyTagClassName
{
color: #E62394;
}
</style>
background-color css
<style>
a { background-color: #E62394; }
a { background-color: rgb(230,35,148); }
div.DivClassName
{
background-color: #E62394;
}
.BgClassName
{
background-color: #E62394;
}
</style>
border-color css
<style>
span { border-color: #E62394; }
span { border-color: rgb(230,35,148); }
td.TdClassName
{
border-color: #E62394;
}
.TagClassName
{
border-color: #E62394;
}
</style>