Shades of Cerise #E42262
Tints of Cerise #E42262
RGB
CMYK
RGB Variations
Color information
#E42262 (or 0xE42262) is known color: Cerise. HEX triplet: E4, 22 and 62. RGB value is (228,34,98). Sum of RGB (Red+Green+Blue) = 228+34+98=360 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.33% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 228 - color contains mainly: red. Hex color #E42262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42262 is #1BDD9D. Grayscale: #636363. Windows color (decimal): -1826206 or 6431460. OLE color: 6431460.
HSL color Cylindrical-coordinate representation of color #E42262: hue angle of 340.21º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E42262 is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 34 | 98 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.11 |
| HSL | 340.21º | 0.78% | 0.51% | - |
| HSV(B) | 340.21º | 0.85% | 0.89% | - |
| XYZ | 34.77 | 18.52 | 13.3 | - |
| YUV | 99.3 | 127.27 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 34 | 98 | 0 | 0.85 | 0.57 | 0.11 | 340.21 | 0.78 | 0.51 |
| Hex | E4 | 22 | 62 | 0 | 55 | 39 | B | 154 | 4E | 33 |
| Octal | 344 | 42 | 142 | 0 | 125 | 71 | 13 | 524 | 116 | 63 |
| Binary | 11100100 | 100010 | 1100010 | 0 | 1010101 | 111001 | 1011 | 101010100 | 1001110 | 110011 |
Color Harmonies of #E42262
Complementary color
Monochromatic Colors of #E42262
Black with #E42262
Text Example
Text Example
White with #E42262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42262; }
p { color: rgb(228,34,98); }
H1.HeaderClassName
{
color: #E42262;
}
.AnyTagClassName
{
color: #E42262;
}
</style>
background-color css
<style>
a { background-color: #E42262; }
a { background-color: rgb(228,34,98); }
div.DivClassName
{
background-color: #E42262;
}
.BgClassName
{
background-color: #E42262;
}
</style>
border-color css
<style>
span { border-color: #E42262; }
span { border-color: rgb(228,34,98); }
td.TdClassName
{
border-color: #E42262;
}
.TagClassName
{
border-color: #E42262;
}
</style>