Shades of Deep Cerise #EA2D77
Tints of Deep Cerise #EA2D77
RGB
CMYK
RGB Variations
Color information
#EA2D77 (or 0xEA2D77) is known color: Deep Cerise. HEX triplet: EA, 2D and 77. RGB value is (234,45,119). Sum of RGB (Red+Green+Blue) = 234+45+119=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 45 (17.97% from 255 or 11.31% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2D77 is #15D288. Grayscale: #6D6D6D. Windows color (decimal): -1430153 or 7810538. OLE color: 7810538.
HSL color Cylindrical-coordinate representation of color #EA2D77: hue angle of 336.51º 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 #EA2D77 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 45 | 119 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.08 |
| HSL | 336.51º | 0.82% | 0.55% | - |
| HSV(B) | 336.51º | 0.81% | 0.92% | - |
| XYZ | 38.2 | 20.7 | 19.44 | - |
| YUV | 109.95 | 133.12 | 216.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 45 | 119 | 0 | 0.81 | 0.49 | 0.08 | 336.51 | 0.82 | 0.55 |
| Hex | EA | 2D | 77 | 0 | 51 | 31 | 8 | 151 | 52 | 37 |
| Octal | 352 | 55 | 167 | 0 | 121 | 61 | 10 | 521 | 122 | 67 |
| Binary | 11101010 | 101101 | 1110111 | 0 | 1010001 | 110001 | 1000 | 101010001 | 1010010 | 110111 |
Color Harmonies of #EA2D77
Complementary color
Monochromatic Colors of #EA2D77
Black with #EA2D77
Text Example
Text Example
White with #EA2D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2D77; }
p { color: rgb(234,45,119); }
H1.HeaderClassName
{
color: #EA2D77;
}
.AnyTagClassName
{
color: #EA2D77;
}
</style>
background-color css
<style>
a { background-color: #EA2D77; }
a { background-color: rgb(234,45,119); }
div.DivClassName
{
background-color: #EA2D77;
}
.BgClassName
{
background-color: #EA2D77;
}
</style>
border-color css
<style>
span { border-color: #EA2D77; }
span { border-color: rgb(234,45,119); }
td.TdClassName
{
border-color: #EA2D77;
}
.TagClassName
{
border-color: #EA2D77;
}
</style>