Shades of Cerise #E42672
Tints of Cerise #E42672
RGB
CMYK
RGB Variations
Color information
#E42672 (or 0xE42672) is known color: Cerise. HEX triplet: E4, 26 and 72. RGB value is (228,38,114). Sum of RGB (Red+Green+Blue) = 228+38+114=380 (50% of max value = 765). Red value is 228 (89.45% from 255 or 60% from 380); Green value is 38 (15.23% from 255 or 10% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 228 - color contains mainly: red. Hex color #E42672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42672 is #1BD98D. Grayscale: #676767. Windows color (decimal): -1825166 or 7481060. OLE color: 7481060.
HSL color Cylindrical-coordinate representation of color #E42672: hue angle of 336º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E42672 is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 38 | 114 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.11 |
| HSL | 336º | 0.78% | 0.52% | - |
| HSV(B) | 336º | 0.83% | 0.89% | - |
| XYZ | 35.73 | 19.1 | 17.72 | - |
| YUV | 103.47 | 133.95 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 38 | 114 | 0 | 0.83 | 0.50 | 0.11 | 336 | 0.78 | 0.52 |
| Hex | E4 | 26 | 72 | 0 | 53 | 32 | B | 150 | 4E | 34 |
| Octal | 344 | 46 | 162 | 0 | 123 | 62 | 13 | 520 | 116 | 64 |
| Binary | 11100100 | 100110 | 1110010 | 0 | 1010011 | 110010 | 1011 | 101010000 | 1001110 | 110100 |
Color Harmonies of #E42672
Complementary color
Monochromatic Colors of #E42672
Black with #E42672
Text Example
Text Example
White with #E42672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42672; }
p { color: rgb(228,38,114); }
H1.HeaderClassName
{
color: #E42672;
}
.AnyTagClassName
{
color: #E42672;
}
</style>
background-color css
<style>
a { background-color: #E42672; }
a { background-color: rgb(228,38,114); }
div.DivClassName
{
background-color: #E42672;
}
.BgClassName
{
background-color: #E42672;
}
</style>
border-color css
<style>
span { border-color: #E42672; }
span { border-color: rgb(228,38,114); }
td.TdClassName
{
border-color: #E42672;
}
.TagClassName
{
border-color: #E42672;
}
</style>