Shades of Deep Cerise #EA358E
Tints of Deep Cerise #EA358E
RGB
CMYK
RGB Variations
Color information
#EA358E (or 0xEA358E) is known color: Deep Cerise. HEX triplet: EA, 35 and 8E. RGB value is (234,53,142). Sum of RGB (Red+Green+Blue) = 234+53+142=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 53 (21.09% from 255 or 12.35% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EA358E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA358E is #15CA71. Grayscale: #757575. Windows color (decimal): -1428082 or 9319914. OLE color: 9319914.
HSL color Cylindrical-coordinate representation of color #EA358E: hue angle of 330.5º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EA358E is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 53 | 142 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.08 |
| HSL | 330.5º | 0.81% | 0.56% | - |
| HSV(B) | 330.5º | 0.77% | 0.92% | - |
| XYZ | 40.09 | 21.99 | 27.72 | - |
| YUV | 117.27 | 141.97 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 53 | 142 | 0 | 0.77 | 0.39 | 0.08 | 330.5 | 0.81 | 0.56 |
| Hex | EA | 35 | 8E | 0 | 4D | 27 | 8 | 14A | 51 | 38 |
| Octal | 352 | 65 | 216 | 0 | 115 | 47 | 10 | 512 | 121 | 70 |
| Binary | 11101010 | 110101 | 10001110 | 0 | 1001101 | 100111 | 1000 | 101001010 | 1010001 | 111000 |
Color Harmonies of #EA358E
Complementary color
Monochromatic Colors of #EA358E
Black with #EA358E
Text Example
Text Example
White with #EA358E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA358E; }
p { color: rgb(234,53,142); }
H1.HeaderClassName
{
color: #EA358E;
}
.AnyTagClassName
{
color: #EA358E;
}
</style>
background-color css
<style>
a { background-color: #EA358E; }
a { background-color: rgb(234,53,142); }
div.DivClassName
{
background-color: #EA358E;
}
.BgClassName
{
background-color: #EA358E;
}
</style>
border-color css
<style>
span { border-color: #EA358E; }
span { border-color: rgb(234,53,142); }
td.TdClassName
{
border-color: #EA358E;
}
.TagClassName
{
border-color: #EA358E;
}
</style>