Shades of Deep Cerise #EA2482
Tints of Deep Cerise #EA2482
RGB
CMYK
RGB Variations
Color information
#EA2482 (or 0xEA2482) is known color: Deep Cerise. HEX triplet: EA, 24 and 82. RGB value is (234,36,130). Sum of RGB (Red+Green+Blue) = 234+36+130=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 36 (14.45% from 255 or 9% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2482 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2482 is #15DB7D. Grayscale: #696969. Windows color (decimal): -1432446 or 8529130. OLE color: 8529130.
HSL color Cylindrical-coordinate representation of color #EA2482: hue angle of 331.52º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA2482 is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 36 | 130 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.08 |
| HSL | 331.52º | 0.83% | 0.53% | - |
| HSV(B) | 331.52º | 0.85% | 0.92% | - |
| XYZ | 38.59 | 20.37 | 23.02 | - |
| YUV | 105.92 | 141.6 | 219.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 36 | 130 | 0 | 0.85 | 0.44 | 0.08 | 331.52 | 0.83 | 0.53 |
| Hex | EA | 24 | 82 | 0 | 55 | 2C | 8 | 14C | 52 | 35 |
| Octal | 352 | 44 | 202 | 0 | 125 | 54 | 10 | 514 | 122 | 65 |
| Binary | 11101010 | 100100 | 10000010 | 0 | 1010101 | 101100 | 1000 | 101001100 | 1010010 | 110101 |
Color Harmonies of #EA2482
Complementary color
Monochromatic Colors of #EA2482
Black with #EA2482
Text Example
Text Example
White with #EA2482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2482; }
p { color: rgb(234,36,130); }
H1.HeaderClassName
{
color: #EA2482;
}
.AnyTagClassName
{
color: #EA2482;
}
</style>
background-color css
<style>
a { background-color: #EA2482; }
a { background-color: rgb(234,36,130); }
div.DivClassName
{
background-color: #EA2482;
}
.BgClassName
{
background-color: #EA2482;
}
</style>
border-color css
<style>
span { border-color: #EA2482; }
span { border-color: rgb(234,36,130); }
td.TdClassName
{
border-color: #EA2482;
}
.TagClassName
{
border-color: #EA2482;
}
</style>