Shades of Deep Cerise #EA2386
Tints of Deep Cerise #EA2386
RGB
CMYK
RGB Variations
Color information
#EA2386 (or 0xEA2386) is known color: Deep Cerise. HEX triplet: EA, 23 and 86. RGB value is (234,35,134). Sum of RGB (Red+Green+Blue) = 234+35+134=403 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.06% from 403); Green value is 35 (14.06% from 255 or 8.68% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2386 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2386 is #15DC79. Grayscale: #696969. Windows color (decimal): -1432698 or 8791018. OLE color: 8791018.
HSL color Cylindrical-coordinate representation of color #EA2386: hue angle of 330.15º degrees, saturation: 0.83, 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 #EA2386 is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 35 | 134 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.08 |
| HSL | 330.15º | 0.83% | 0.53% | - |
| HSV(B) | 330.15º | 0.85% | 0.92% | - |
| XYZ | 38.84 | 20.42 | 24.45 | - |
| YUV | 105.79 | 143.93 | 219.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 35 | 134 | 0 | 0.85 | 0.43 | 0.08 | 330.15 | 0.83 | 0.53 |
| Hex | EA | 23 | 86 | 0 | 55 | 2B | 8 | 14A | 53 | 35 |
| Octal | 352 | 43 | 206 | 0 | 125 | 53 | 10 | 512 | 123 | 65 |
| Binary | 11101010 | 100011 | 10000110 | 0 | 1010101 | 101011 | 1000 | 101001010 | 1010011 | 110101 |
Color Harmonies of #EA2386
Complementary color
Monochromatic Colors of #EA2386
Black with #EA2386
Text Example
Text Example
White with #EA2386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2386; }
p { color: rgb(234,35,134); }
H1.HeaderClassName
{
color: #EA2386;
}
.AnyTagClassName
{
color: #EA2386;
}
</style>
background-color css
<style>
a { background-color: #EA2386; }
a { background-color: rgb(234,35,134); }
div.DivClassName
{
background-color: #EA2386;
}
.BgClassName
{
background-color: #EA2386;
}
</style>
border-color css
<style>
span { border-color: #EA2386; }
span { border-color: rgb(234,35,134); }
td.TdClassName
{
border-color: #EA2386;
}
.TagClassName
{
border-color: #EA2386;
}
</style>