Shades of Cerise #E42268
Tints of Cerise #E42268
RGB
CMYK
RGB Variations
Color information
#E42268 (or 0xE42268) is known color: Cerise. HEX triplet: E4, 22 and 68. RGB value is (228,34,104). Sum of RGB (Red+Green+Blue) = 228+34+104=366 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.30% from 366); Green value is 34 (13.67% from 255 or 9.29% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 228 - color contains mainly: red. Hex color #E42268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42268 is #1BDD97. Grayscale: #636363. Windows color (decimal): -1826200 or 6824676. OLE color: 6824676.
HSL color Cylindrical-coordinate representation of color #E42268: hue angle of 338.35º 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 #E42268 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 34 | 104 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.11 |
| HSL | 338.35º | 0.78% | 0.51% | - |
| HSV(B) | 338.35º | 0.85% | 0.89% | - |
| XYZ | 35.07 | 18.64 | 14.85 | - |
| YUV | 99.99 | 130.27 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 34 | 104 | 0 | 0.85 | 0.54 | 0.11 | 338.35 | 0.78 | 0.51 |
| Hex | E4 | 22 | 68 | 0 | 55 | 36 | B | 152 | 4E | 33 |
| Octal | 344 | 42 | 150 | 0 | 125 | 66 | 13 | 522 | 116 | 63 |
| Binary | 11100100 | 100010 | 1101000 | 0 | 1010101 | 110110 | 1011 | 101010010 | 1001110 | 110011 |
Color Harmonies of #E42268
Complementary color
Monochromatic Colors of #E42268
Black with #E42268
Text Example
Text Example
White with #E42268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42268; }
p { color: rgb(228,34,104); }
H1.HeaderClassName
{
color: #E42268;
}
.AnyTagClassName
{
color: #E42268;
}
</style>
background-color css
<style>
a { background-color: #E42268; }
a { background-color: rgb(228,34,104); }
div.DivClassName
{
background-color: #E42268;
}
.BgClassName
{
background-color: #E42268;
}
</style>
border-color css
<style>
span { border-color: #E42268; }
span { border-color: rgb(228,34,104); }
td.TdClassName
{
border-color: #E42268;
}
.TagClassName
{
border-color: #E42268;
}
</style>