Shades of Deep Cerise #E42C7A
Tints of Deep Cerise #E42C7A
RGB
CMYK
RGB Variations
Color information
#E42C7A (or 0xE42C7A) is known color: Deep Cerise. HEX triplet: E4, 2C and 7A. RGB value is (228,44,122). Sum of RGB (Red+Green+Blue) = 228+44+122=394 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.87% from 394); Green value is 44 (17.58% from 255 or 11.17% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 228 - color contains mainly: red. Hex color #E42C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42C7A is #1BD385. Grayscale: #6B6B6B. Windows color (decimal): -1823622 or 8006884. OLE color: 8006884.
HSL color Cylindrical-coordinate representation of color #E42C7A: hue angle of 334.57º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E42C7A is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 44 | 122 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.11 |
| HSL | 334.57º | 0.77% | 0.53% | - |
| HSV(B) | 334.57º | 0.81% | 0.89% | - |
| XYZ | 36.41 | 19.7 | 20.3 | - |
| YUV | 107.91 | 135.96 | 213.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 44 | 122 | 0 | 0.81 | 0.46 | 0.11 | 334.57 | 0.77 | 0.53 |
| Hex | E4 | 2C | 7A | 0 | 51 | 2E | B | 14F | 4D | 35 |
| Octal | 344 | 54 | 172 | 0 | 121 | 56 | 13 | 517 | 115 | 65 |
| Binary | 11100100 | 101100 | 1111010 | 0 | 1010001 | 101110 | 1011 | 101001111 | 1001101 | 110101 |
Color Harmonies of #E42C7A
Complementary color
Monochromatic Colors of #E42C7A
Black with #E42C7A
Text Example
Text Example
White with #E42C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42C7A; }
p { color: rgb(228,44,122); }
H1.HeaderClassName
{
color: #E42C7A;
}
.AnyTagClassName
{
color: #E42C7A;
}
</style>
background-color css
<style>
a { background-color: #E42C7A; }
a { background-color: rgb(228,44,122); }
div.DivClassName
{
background-color: #E42C7A;
}
.BgClassName
{
background-color: #E42C7A;
}
</style>
border-color css
<style>
span { border-color: #E42C7A; }
span { border-color: rgb(228,44,122); }
td.TdClassName
{
border-color: #E42C7A;
}
.TagClassName
{
border-color: #E42C7A;
}
</style>