Shades of Deep Cerise #EA2186
Tints of Deep Cerise #EA2186
RGB
CMYK
RGB Variations
Color information
#EA2186 (or 0xEA2186) is known color: Deep Cerise. HEX triplet: EA, 21 and 86. RGB value is (234,33,134). Sum of RGB (Red+Green+Blue) = 234+33+134=401 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.35% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2186 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2186 is #15DE79. Grayscale: #686868. Windows color (decimal): -1433210 or 8790506. OLE color: 8790506.
HSL color Cylindrical-coordinate representation of color #EA2186: hue angle of 329.85º 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 #EA2186 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 33 | 134 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.08 |
| HSL | 329.85º | 0.83% | 0.52% | - |
| HSV(B) | 329.85º | 0.86% | 0.92% | - |
| XYZ | 38.78 | 20.3 | 24.43 | - |
| YUV | 104.61 | 144.59 | 220.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 33 | 134 | 0 | 0.86 | 0.43 | 0.08 | 329.85 | 0.83 | 0.52 |
| Hex | EA | 21 | 86 | 0 | 56 | 2B | 8 | 14A | 53 | 34 |
| Octal | 352 | 41 | 206 | 0 | 126 | 53 | 10 | 512 | 123 | 64 |
| Binary | 11101010 | 100001 | 10000110 | 0 | 1010110 | 101011 | 1000 | 101001010 | 1010011 | 110100 |
Color Harmonies of #EA2186
Complementary color
Monochromatic Colors of #EA2186
Black with #EA2186
Text Example
Text Example
White with #EA2186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2186; }
p { color: rgb(234,33,134); }
H1.HeaderClassName
{
color: #EA2186;
}
.AnyTagClassName
{
color: #EA2186;
}
</style>
background-color css
<style>
a { background-color: #EA2186; }
a { background-color: rgb(234,33,134); }
div.DivClassName
{
background-color: #EA2186;
}
.BgClassName
{
background-color: #EA2186;
}
</style>
border-color css
<style>
span { border-color: #EA2186; }
span { border-color: rgb(234,33,134); }
td.TdClassName
{
border-color: #EA2186;
}
.TagClassName
{
border-color: #EA2186;
}
</style>