Shades of Deep Cerise #EA1F87
Tints of Deep Cerise #EA1F87
RGB
CMYK
RGB Variations
Color information
#EA1F87 (or 0xEA1F87) is known color: Deep Cerise. HEX triplet: EA, 1F and 87. RGB value is (234,31,135). Sum of RGB (Red+Green+Blue) = 234+31+135=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 31 (12.5% from 255 or 7.75% from 400); Blue value is 135 (53.12% from 255 or 33.75% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1F87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA1F87 is #15E078. Grayscale: #676767. Windows color (decimal): -1433721 or 8855530. OLE color: 8855530.
HSL color Cylindrical-coordinate representation of color #EA1F87: hue angle of 329.26º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EA1F87 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 31 | 135 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.08 |
| HSL | 329.26º | 0.83% | 0.52% | - |
| HSV(B) | 329.26º | 0.87% | 0.92% | - |
| XYZ | 38.79 | 20.22 | 24.78 | - |
| YUV | 103.55 | 145.75 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 31 | 135 | 0 | 0.87 | 0.42 | 0.08 | 329.26 | 0.83 | 0.52 |
| Hex | EA | 1F | 87 | 0 | 57 | 2A | 8 | 149 | 53 | 34 |
| Octal | 352 | 37 | 207 | 0 | 127 | 52 | 10 | 511 | 123 | 64 |
| Binary | 11101010 | 11111 | 10000111 | 0 | 1010111 | 101010 | 1000 | 101001001 | 1010011 | 110100 |
Color Harmonies of #EA1F87
Complementary color
Monochromatic Colors of #EA1F87
Black with #EA1F87
Text Example
Text Example
White with #EA1F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1F87; }
p { color: rgb(234,31,135); }
H1.HeaderClassName
{
color: #EA1F87;
}
.AnyTagClassName
{
color: #EA1F87;
}
</style>
background-color css
<style>
a { background-color: #EA1F87; }
a { background-color: rgb(234,31,135); }
div.DivClassName
{
background-color: #EA1F87;
}
.BgClassName
{
background-color: #EA1F87;
}
</style>
border-color css
<style>
span { border-color: #EA1F87; }
span { border-color: rgb(234,31,135); }
td.TdClassName
{
border-color: #EA1F87;
}
.TagClassName
{
border-color: #EA1F87;
}
</style>