Shades of Deep Cerise #E63282
Tints of Deep Cerise #E63282
RGB
CMYK
RGB Variations
Color information
#E63282 (or 0xE63282) is known color: Deep Cerise. HEX triplet: E6, 32 and 82. RGB value is (230,50,130). Sum of RGB (Red+Green+Blue) = 230+50+130=410 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.10% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 230 - color contains mainly: red. Hex color #E63282 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E63282 is #19CD7D. Grayscale: #707070. Windows color (decimal): -1691006 or 8532710. OLE color: 8532710.
HSL color Cylindrical-coordinate representation of color #E63282: hue angle of 333.33º 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 #E63282 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 130 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.10 |
| HSL | 333.33º | 0.78% | 0.55% | - |
| HSV(B) | 333.33º | 0.78% | 0.9% | - |
| XYZ | 37.8 | 20.72 | 23.13 | - |
| YUV | 112.94 | 137.63 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 130 | 0 | 0.78 | 0.43 | 0.10 | 333.33 | 0.78 | 0.55 |
| Hex | E6 | 32 | 82 | 0 | 4E | 2B | A | 14D | 4E | 37 |
| Octal | 346 | 62 | 202 | 0 | 116 | 53 | 12 | 515 | 116 | 67 |
| Binary | 11100110 | 110010 | 10000010 | 0 | 1001110 | 101011 | 1010 | 101001101 | 1001110 | 110111 |
Color Harmonies of #E63282
Complementary color
Monochromatic Colors of #E63282
Black with #E63282
Text Example
Text Example
White with #E63282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63282; }
p { color: rgb(230,50,130); }
H1.HeaderClassName
{
color: #E63282;
}
.AnyTagClassName
{
color: #E63282;
}
</style>
background-color css
<style>
a { background-color: #E63282; }
a { background-color: rgb(230,50,130); }
div.DivClassName
{
background-color: #E63282;
}
.BgClassName
{
background-color: #E63282;
}
</style>
border-color css
<style>
span { border-color: #E63282; }
span { border-color: rgb(230,50,130); }
td.TdClassName
{
border-color: #E63282;
}
.TagClassName
{
border-color: #E63282;
}
</style>