Shades of Deep Cerise #EA2C7E
Tints of Deep Cerise #EA2C7E
RGB
CMYK
RGB Variations
Color information
#EA2C7E (or 0xEA2C7E) is known color: Deep Cerise. HEX triplet: EA, 2C and 7E. RGB value is (234,44,126). Sum of RGB (Red+Green+Blue) = 234+44+126=404 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.92% from 404); Green value is 44 (17.58% from 255 or 10.89% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2C7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2C7E is #15D381. Grayscale: #6E6E6E. Windows color (decimal): -1430402 or 8269034. OLE color: 8269034.
HSL color Cylindrical-coordinate representation of color #EA2C7E: hue angle of 334.11º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA2C7E is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 44 | 126 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.08 |
| HSL | 334.11º | 0.82% | 0.55% | - |
| HSV(B) | 334.11º | 0.81% | 0.92% | - |
| XYZ | 38.6 | 20.8 | 21.72 | - |
| YUV | 110.16 | 136.95 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 44 | 126 | 0 | 0.81 | 0.46 | 0.08 | 334.11 | 0.82 | 0.55 |
| Hex | EA | 2C | 7E | 0 | 51 | 2E | 8 | 14E | 52 | 37 |
| Octal | 352 | 54 | 176 | 0 | 121 | 56 | 10 | 516 | 122 | 67 |
| Binary | 11101010 | 101100 | 1111110 | 0 | 1010001 | 101110 | 1000 | 101001110 | 1010010 | 110111 |
Color Harmonies of #EA2C7E
Complementary color
Monochromatic Colors of #EA2C7E
Black with #EA2C7E
Text Example
Text Example
White with #EA2C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2C7E; }
p { color: rgb(234,44,126); }
H1.HeaderClassName
{
color: #EA2C7E;
}
.AnyTagClassName
{
color: #EA2C7E;
}
</style>
background-color css
<style>
a { background-color: #EA2C7E; }
a { background-color: rgb(234,44,126); }
div.DivClassName
{
background-color: #EA2C7E;
}
.BgClassName
{
background-color: #EA2C7E;
}
</style>
border-color css
<style>
span { border-color: #EA2C7E; }
span { border-color: rgb(234,44,126); }
td.TdClassName
{
border-color: #EA2C7E;
}
.TagClassName
{
border-color: #EA2C7E;
}
</style>