Shades of Deep Cerise #EA2182
Tints of Deep Cerise #EA2182
RGB
CMYK
RGB Variations
Color information
#EA2182 (or 0xEA2182) is known color: Deep Cerise. HEX triplet: EA, 21 and 82. RGB value is (234,33,130). Sum of RGB (Red+Green+Blue) = 234+33+130=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 33 (13.28% from 255 or 8.31% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2182 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2182 is #15DE7D. Grayscale: #676767. Windows color (decimal): -1433214 or 8528362. OLE color: 8528362.
HSL color Cylindrical-coordinate representation of color #EA2182: hue angle of 331.04º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA2182 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 33 | 130 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.08 |
| HSL | 331.04º | 0.83% | 0.52% | - |
| HSV(B) | 331.04º | 0.86% | 0.92% | - |
| XYZ | 38.5 | 20.19 | 22.99 | - |
| YUV | 104.16 | 142.59 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 33 | 130 | 0 | 0.86 | 0.44 | 0.08 | 331.04 | 0.83 | 0.52 |
| Hex | EA | 21 | 82 | 0 | 56 | 2C | 8 | 14B | 53 | 34 |
| Octal | 352 | 41 | 202 | 0 | 126 | 54 | 10 | 513 | 123 | 64 |
| Binary | 11101010 | 100001 | 10000010 | 0 | 1010110 | 101100 | 1000 | 101001011 | 1010011 | 110100 |
Color Harmonies of #EA2182
Complementary color
Monochromatic Colors of #EA2182
Black with #EA2182
Text Example
Text Example
White with #EA2182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2182; }
p { color: rgb(234,33,130); }
H1.HeaderClassName
{
color: #EA2182;
}
.AnyTagClassName
{
color: #EA2182;
}
</style>
background-color css
<style>
a { background-color: #EA2182; }
a { background-color: rgb(234,33,130); }
div.DivClassName
{
background-color: #EA2182;
}
.BgClassName
{
background-color: #EA2182;
}
</style>
border-color css
<style>
span { border-color: #EA2182; }
span { border-color: rgb(234,33,130); }
td.TdClassName
{
border-color: #EA2182;
}
.TagClassName
{
border-color: #EA2182;
}
</style>