Shades of Deep Cerise #EA2D86
Tints of Deep Cerise #EA2D86
RGB
CMYK
RGB Variations
Color information
#EA2D86 (or 0xEA2D86) is known color: Deep Cerise. HEX triplet: EA, 2D and 86. RGB value is (234,45,134). Sum of RGB (Red+Green+Blue) = 234+45+134=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 45 (17.97% from 255 or 10.90% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2D86 is #15D279. Grayscale: #6F6F6F. Windows color (decimal): -1430138 or 8793578. OLE color: 8793578.
HSL color Cylindrical-coordinate representation of color #EA2D86: hue angle of 331.75º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA2D86 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 45 | 134 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.08 |
| HSL | 331.75º | 0.82% | 0.55% | - |
| HSV(B) | 331.75º | 0.81% | 0.92% | - |
| XYZ | 39.17 | 21.09 | 24.56 | - |
| YUV | 111.66 | 140.62 | 215.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 45 | 134 | 0 | 0.81 | 0.43 | 0.08 | 331.75 | 0.82 | 0.55 |
| Hex | EA | 2D | 86 | 0 | 51 | 2B | 8 | 14C | 52 | 37 |
| Octal | 352 | 55 | 206 | 0 | 121 | 53 | 10 | 514 | 122 | 67 |
| Binary | 11101010 | 101101 | 10000110 | 0 | 1010001 | 101011 | 1000 | 101001100 | 1010010 | 110111 |
Color Harmonies of #EA2D86
Complementary color
Monochromatic Colors of #EA2D86
Black with #EA2D86
Text Example
Text Example
White with #EA2D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2D86; }
p { color: rgb(234,45,134); }
H1.HeaderClassName
{
color: #EA2D86;
}
.AnyTagClassName
{
color: #EA2D86;
}
</style>
background-color css
<style>
a { background-color: #EA2D86; }
a { background-color: rgb(234,45,134); }
div.DivClassName
{
background-color: #EA2D86;
}
.BgClassName
{
background-color: #EA2D86;
}
</style>
border-color css
<style>
span { border-color: #EA2D86; }
span { border-color: rgb(234,45,134); }
td.TdClassName
{
border-color: #EA2D86;
}
.TagClassName
{
border-color: #EA2D86;
}
</style>