Shades of Deep Cerise #EA2D7E
Tints of Deep Cerise #EA2D7E
RGB
CMYK
RGB Variations
Color information
#EA2D7E (or 0xEA2D7E) is known color: Deep Cerise. HEX triplet: EA, 2D and 7E. RGB value is (234,45,126). Sum of RGB (Red+Green+Blue) = 234+45+126=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 45 (17.97% from 255 or 11.11% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2D7E is #15D281. Grayscale: #6E6E6E. Windows color (decimal): -1430146 or 8269290. OLE color: 8269290.
HSL color Cylindrical-coordinate representation of color #EA2D7E: hue angle of 334.29º 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 #EA2D7E is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 45 | 126 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.08 |
| HSL | 334.29º | 0.82% | 0.55% | - |
| HSV(B) | 334.29º | 0.81% | 0.92% | - |
| XYZ | 38.64 | 20.88 | 21.73 | - |
| YUV | 110.75 | 136.62 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 45 | 126 | 0 | 0.81 | 0.46 | 0.08 | 334.29 | 0.82 | 0.55 |
| Hex | EA | 2D | 7E | 0 | 51 | 2E | 8 | 14E | 52 | 37 |
| Octal | 352 | 55 | 176 | 0 | 121 | 56 | 10 | 516 | 122 | 67 |
| Binary | 11101010 | 101101 | 1111110 | 0 | 1010001 | 101110 | 1000 | 101001110 | 1010010 | 110111 |
Color Harmonies of #EA2D7E
Complementary color
Monochromatic Colors of #EA2D7E
Black with #EA2D7E
Text Example
Text Example
White with #EA2D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2D7E; }
p { color: rgb(234,45,126); }
H1.HeaderClassName
{
color: #EA2D7E;
}
.AnyTagClassName
{
color: #EA2D7E;
}
</style>
background-color css
<style>
a { background-color: #EA2D7E; }
a { background-color: rgb(234,45,126); }
div.DivClassName
{
background-color: #EA2D7E;
}
.BgClassName
{
background-color: #EA2D7E;
}
</style>
border-color css
<style>
span { border-color: #EA2D7E; }
span { border-color: rgb(234,45,126); }
td.TdClassName
{
border-color: #EA2D7E;
}
.TagClassName
{
border-color: #EA2D7E;
}
</style>