Shades of Deep Cerise #EA2778
Tints of Deep Cerise #EA2778
RGB
CMYK
RGB Variations
Color information
#EA2778 (or 0xEA2778) is known color: Deep Cerise. HEX triplet: EA, 27 and 78. RGB value is (234,39,120). Sum of RGB (Red+Green+Blue) = 234+39+120=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 39 (15.62% from 255 or 9.92% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2778 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2778 is #15D887. Grayscale: #6A6A6A. Windows color (decimal): -1431688 or 7874538. OLE color: 7874538.
HSL color Cylindrical-coordinate representation of color #EA2778: hue angle of 335.08º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA2778 is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 39 | 120 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.08 |
| HSL | 335.08º | 0.82% | 0.54% | - |
| HSV(B) | 335.08º | 0.83% | 0.92% | - |
| XYZ | 38.05 | 20.3 | 19.68 | - |
| YUV | 106.54 | 135.6 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 39 | 120 | 0 | 0.83 | 0.49 | 0.08 | 335.08 | 0.82 | 0.54 |
| Hex | EA | 27 | 78 | 0 | 53 | 31 | 8 | 14F | 52 | 36 |
| Octal | 352 | 47 | 170 | 0 | 123 | 61 | 10 | 517 | 122 | 66 |
| Binary | 11101010 | 100111 | 1111000 | 0 | 1010011 | 110001 | 1000 | 101001111 | 1010010 | 110110 |
Color Harmonies of #EA2778
Complementary color
Monochromatic Colors of #EA2778
Black with #EA2778
Text Example
Text Example
White with #EA2778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2778; }
p { color: rgb(234,39,120); }
H1.HeaderClassName
{
color: #EA2778;
}
.AnyTagClassName
{
color: #EA2778;
}
</style>
background-color css
<style>
a { background-color: #EA2778; }
a { background-color: rgb(234,39,120); }
div.DivClassName
{
background-color: #EA2778;
}
.BgClassName
{
background-color: #EA2778;
}
</style>
border-color css
<style>
span { border-color: #EA2778; }
span { border-color: rgb(234,39,120); }
td.TdClassName
{
border-color: #EA2778;
}
.TagClassName
{
border-color: #EA2778;
}
</style>