Shades of Deep Cerise #EA2781
Tints of Deep Cerise #EA2781
RGB
CMYK
RGB Variations
Color information
#EA2781 (or 0xEA2781) is known color: Deep Cerise. HEX triplet: EA, 27 and 81. RGB value is (234,39,129). Sum of RGB (Red+Green+Blue) = 234+39+129=402 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.21% from 402); Green value is 39 (15.62% from 255 or 9.70% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2781 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2781 is #15D87E. Grayscale: #6B6B6B. Windows color (decimal): -1431679 or 8464362. OLE color: 8464362.
HSL color Cylindrical-coordinate representation of color #EA2781: hue angle of 332.31º 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 #EA2781 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 39 | 129 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.08 |
| HSL | 332.31º | 0.82% | 0.54% | - |
| HSV(B) | 332.31º | 0.83% | 0.92% | - |
| XYZ | 38.62 | 20.53 | 22.7 | - |
| YUV | 107.57 | 140.1 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 39 | 129 | 0 | 0.83 | 0.45 | 0.08 | 332.31 | 0.82 | 0.54 |
| Hex | EA | 27 | 81 | 0 | 53 | 2D | 8 | 14C | 52 | 36 |
| Octal | 352 | 47 | 201 | 0 | 123 | 55 | 10 | 514 | 122 | 66 |
| Binary | 11101010 | 100111 | 10000001 | 0 | 1010011 | 101101 | 1000 | 101001100 | 1010010 | 110110 |
Color Harmonies of #EA2781
Complementary color
Monochromatic Colors of #EA2781
Black with #EA2781
Text Example
Text Example
White with #EA2781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2781; }
p { color: rgb(234,39,129); }
H1.HeaderClassName
{
color: #EA2781;
}
.AnyTagClassName
{
color: #EA2781;
}
</style>
background-color css
<style>
a { background-color: #EA2781; }
a { background-color: rgb(234,39,129); }
div.DivClassName
{
background-color: #EA2781;
}
.BgClassName
{
background-color: #EA2781;
}
</style>
border-color css
<style>
span { border-color: #EA2781; }
span { border-color: rgb(234,39,129); }
td.TdClassName
{
border-color: #EA2781;
}
.TagClassName
{
border-color: #EA2781;
}
</style>