Shades of Deep Cerise #E63385
Tints of Deep Cerise #E63385
RGB
CMYK
RGB Variations
Color information
#E63385 (or 0xE63385) is known color: Deep Cerise. HEX triplet: E6, 33 and 85. RGB value is (230,51,133). Sum of RGB (Red+Green+Blue) = 230+51+133=414 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.56% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 230 - color contains mainly: red. Hex color #E63385 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E63385 is #19CC7A. Grayscale: #717171. Windows color (decimal): -1690747 or 8729574. OLE color: 8729574.
HSL color Cylindrical-coordinate representation of color #E63385: hue angle of 332.51º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E63385 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 51 | 133 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.10 |
| HSL | 332.51º | 0.78% | 0.55% | - |
| HSV(B) | 332.51º | 0.78% | 0.9% | - |
| XYZ | 38.05 | 20.88 | 24.22 | - |
| YUV | 113.87 | 138.8 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 51 | 133 | 0 | 0.78 | 0.42 | 0.10 | 332.51 | 0.78 | 0.55 |
| Hex | E6 | 33 | 85 | 0 | 4E | 2A | A | 14D | 4E | 37 |
| Octal | 346 | 63 | 205 | 0 | 116 | 52 | 12 | 515 | 116 | 67 |
| Binary | 11100110 | 110011 | 10000101 | 0 | 1001110 | 101010 | 1010 | 101001101 | 1001110 | 110111 |
Color Harmonies of #E63385
Complementary color
Monochromatic Colors of #E63385
Black with #E63385
Text Example
Text Example
White with #E63385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63385; }
p { color: rgb(230,51,133); }
H1.HeaderClassName
{
color: #E63385;
}
.AnyTagClassName
{
color: #E63385;
}
</style>
background-color css
<style>
a { background-color: #E63385; }
a { background-color: rgb(230,51,133); }
div.DivClassName
{
background-color: #E63385;
}
.BgClassName
{
background-color: #E63385;
}
</style>
border-color css
<style>
span { border-color: #E63385; }
span { border-color: rgb(230,51,133); }
td.TdClassName
{
border-color: #E63385;
}
.TagClassName
{
border-color: #E63385;
}
</style>