Shades of Cerise #E63472
Tints of Cerise #E63472
RGB
CMYK
RGB Variations
Color information
#E63472 (or 0xE63472) is known color: Cerise. HEX triplet: E6, 34 and 72. RGB value is (230,52,114). Sum of RGB (Red+Green+Blue) = 230+52+114=396 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.08% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 230 - color contains mainly: red. Hex color #E63472 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63472 is #19CB8D. Grayscale: #707070. Windows color (decimal): -1690510 or 7484646. OLE color: 7484646.
HSL color Cylindrical-coordinate representation of color #E63472: hue angle of 339.1º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E63472 is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 52 | 114 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.10 |
| HSL | 339.1º | 0.78% | 0.55% | - |
| HSV(B) | 339.1º | 0.77% | 0.9% | - |
| XYZ | 36.9 | 20.49 | 17.93 | - |
| YUV | 112.29 | 128.97 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 52 | 114 | 0 | 0.77 | 0.50 | 0.10 | 339.1 | 0.78 | 0.55 |
| Hex | E6 | 34 | 72 | 0 | 4D | 32 | A | 153 | 4E | 37 |
| Octal | 346 | 64 | 162 | 0 | 115 | 62 | 12 | 523 | 116 | 67 |
| Binary | 11100110 | 110100 | 1110010 | 0 | 1001101 | 110010 | 1010 | 101010011 | 1001110 | 110111 |
Color Harmonies of #E63472
Complementary color
Monochromatic Colors of #E63472
Black with #E63472
Text Example
Text Example
White with #E63472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63472; }
p { color: rgb(230,52,114); }
H1.HeaderClassName
{
color: #E63472;
}
.AnyTagClassName
{
color: #E63472;
}
</style>
background-color css
<style>
a { background-color: #E63472; }
a { background-color: rgb(230,52,114); }
div.DivClassName
{
background-color: #E63472;
}
.BgClassName
{
background-color: #E63472;
}
</style>
border-color css
<style>
span { border-color: #E63472; }
span { border-color: rgb(230,52,114); }
td.TdClassName
{
border-color: #E63472;
}
.TagClassName
{
border-color: #E63472;
}
</style>