Shades of Deep Cerise #E63093
Tints of Deep Cerise #E63093
RGB
CMYK
RGB Variations
Color information
#E63093 (or 0xE63093) is known color: Deep Cerise. HEX triplet: E6, 30 and 93. RGB value is (230,48,147). Sum of RGB (Red+Green+Blue) = 230+48+147=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 48 (19.14% from 255 or 11.29% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E63093 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E63093 is #19CF6C. Grayscale: #717171. Windows color (decimal): -1691501 or 9646310. OLE color: 9646310.
HSL color Cylindrical-coordinate representation of color #E63093: hue angle of 327.36º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E63093 is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 48 | 147 | - |
| CMYK | 0 | 0.79 | 0.36 | 0.10 |
| HSL | 327.36º | 0.78% | 0.55% | - |
| HSV(B) | 327.36º | 0.79% | 0.9% | - |
| XYZ | 38.96 | 21.04 | 29.61 | - |
| YUV | 113.7 | 146.8 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 48 | 147 | 0 | 0.79 | 0.36 | 0.10 | 327.36 | 0.78 | 0.55 |
| Hex | E6 | 30 | 93 | 0 | 4F | 24 | A | 147 | 4E | 37 |
| Octal | 346 | 60 | 223 | 0 | 117 | 44 | 12 | 507 | 116 | 67 |
| Binary | 11100110 | 110000 | 10010011 | 0 | 1001111 | 100100 | 1010 | 101000111 | 1001110 | 110111 |
Color Harmonies of #E63093
Complementary color
Monochromatic Colors of #E63093
Black with #E63093
Text Example
Text Example
White with #E63093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63093; }
p { color: rgb(230,48,147); }
H1.HeaderClassName
{
color: #E63093;
}
.AnyTagClassName
{
color: #E63093;
}
</style>
background-color css
<style>
a { background-color: #E63093; }
a { background-color: rgb(230,48,147); }
div.DivClassName
{
background-color: #E63093;
}
.BgClassName
{
background-color: #E63093;
}
</style>
border-color css
<style>
span { border-color: #E63093; }
span { border-color: rgb(230,48,147); }
td.TdClassName
{
border-color: #E63093;
}
.TagClassName
{
border-color: #E63093;
}
</style>