Shades of Deep Cerise #E63096
Tints of Deep Cerise #E63096
RGB
CMYK
RGB Variations
Color information
#E63096 (or 0xE63096) is known color: Deep Cerise. HEX triplet: E6, 30 and 96. RGB value is (230,48,150). Sum of RGB (Red+Green+Blue) = 230+48+150=428 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.74% from 428); Green value is 48 (19.14% from 255 or 11.21% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 230 - color contains mainly: red. Hex color #E63096 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E63096 is #19CF69. Grayscale: #717171. Windows color (decimal): -1691498 or 9842918. OLE color: 9842918.
HSL color Cylindrical-coordinate representation of color #E63096: hue angle of 326.37º 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 #E63096 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 48 | 150 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.10 |
| HSL | 326.37º | 0.78% | 0.55% | - |
| HSV(B) | 326.37º | 0.79% | 0.9% | - |
| XYZ | 39.2 | 21.14 | 30.87 | - |
| YUV | 114.05 | 148.3 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 48 | 150 | 0 | 0.79 | 0.35 | 0.10 | 326.37 | 0.78 | 0.55 |
| Hex | E6 | 30 | 96 | 0 | 4F | 23 | A | 146 | 4E | 37 |
| Octal | 346 | 60 | 226 | 0 | 117 | 43 | 12 | 506 | 116 | 67 |
| Binary | 11100110 | 110000 | 10010110 | 0 | 1001111 | 100011 | 1010 | 101000110 | 1001110 | 110111 |
Color Harmonies of #E63096
Complementary color
Monochromatic Colors of #E63096
Black with #E63096
Text Example
Text Example
White with #E63096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63096; }
p { color: rgb(230,48,150); }
H1.HeaderClassName
{
color: #E63096;
}
.AnyTagClassName
{
color: #E63096;
}
</style>
background-color css
<style>
a { background-color: #E63096; }
a { background-color: rgb(230,48,150); }
div.DivClassName
{
background-color: #E63096;
}
.BgClassName
{
background-color: #E63096;
}
</style>
border-color css
<style>
span { border-color: #E63096; }
span { border-color: rgb(230,48,150); }
td.TdClassName
{
border-color: #E63096;
}
.TagClassName
{
border-color: #E63096;
}
</style>