Shades of Deep Cerise #E62993
Tints of Deep Cerise #E62993
RGB
CMYK
RGB Variations
Color information
#E62993 (or 0xE62993) is known color: Deep Cerise. HEX triplet: E6, 29 and 93. RGB value is (230,41,147). Sum of RGB (Red+Green+Blue) = 230+41+147=418 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.02% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 230 - color contains mainly: red. Hex color #E62993 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62993 is #19D66C. Grayscale: #6D6D6D. Windows color (decimal): -1693293 or 9644518. OLE color: 9644518.
HSL color Cylindrical-coordinate representation of color #E62993: hue angle of 326.35º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E62993 is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 41 | 147 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.10 |
| HSL | 326.35º | 0.79% | 0.53% | - |
| HSV(B) | 326.35º | 0.82% | 0.9% | - |
| XYZ | 38.69 | 20.52 | 29.52 | - |
| YUV | 109.6 | 149.12 | 213.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 41 | 147 | 0 | 0.82 | 0.36 | 0.10 | 326.35 | 0.79 | 0.53 |
| Hex | E6 | 29 | 93 | 0 | 52 | 24 | A | 146 | 4F | 35 |
| Octal | 346 | 51 | 223 | 0 | 122 | 44 | 12 | 506 | 117 | 65 |
| Binary | 11100110 | 101001 | 10010011 | 0 | 1010010 | 100100 | 1010 | 101000110 | 1001111 | 110101 |
Color Harmonies of #E62993
Complementary color
Monochromatic Colors of #E62993
Black with #E62993
Text Example
Text Example
White with #E62993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62993; }
p { color: rgb(230,41,147); }
H1.HeaderClassName
{
color: #E62993;
}
.AnyTagClassName
{
color: #E62993;
}
</style>
background-color css
<style>
a { background-color: #E62993; }
a { background-color: rgb(230,41,147); }
div.DivClassName
{
background-color: #E62993;
}
.BgClassName
{
background-color: #E62993;
}
</style>
border-color css
<style>
span { border-color: #E62993; }
span { border-color: rgb(230,41,147); }
td.TdClassName
{
border-color: #E62993;
}
.TagClassName
{
border-color: #E62993;
}
</style>