Shades of Deep Cerise #EA358C
Tints of Deep Cerise #EA358C
RGB
CMYK
RGB Variations
Color information
#EA358C (or 0xEA358C) is known color: Deep Cerise. HEX triplet: EA, 35 and 8C. RGB value is (234,53,140). Sum of RGB (Red+Green+Blue) = 234+53+140=427 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.80% from 427); Green value is 53 (21.09% from 255 or 12.41% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 234 - color contains mainly: red. Hex color #EA358C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA358C is #15CA73. Grayscale: #747474. Windows color (decimal): -1428084 or 9188842. OLE color: 9188842.
HSL color Cylindrical-coordinate representation of color #EA358C: hue angle of 331.16º 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 #EA358C is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 53 | 140 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.08 |
| HSL | 331.16º | 0.81% | 0.56% | - |
| HSV(B) | 331.16º | 0.77% | 0.92% | - |
| XYZ | 39.94 | 21.93 | 26.94 | - |
| YUV | 117.04 | 140.97 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 53 | 140 | 0 | 0.77 | 0.40 | 0.08 | 331.16 | 0.81 | 0.56 |
| Hex | EA | 35 | 8C | 0 | 4D | 28 | 8 | 14B | 51 | 38 |
| Octal | 352 | 65 | 214 | 0 | 115 | 50 | 10 | 513 | 121 | 70 |
| Binary | 11101010 | 110101 | 10001100 | 0 | 1001101 | 101000 | 1000 | 101001011 | 1010001 | 111000 |
Color Harmonies of #EA358C
Complementary color
Monochromatic Colors of #EA358C
Black with #EA358C
Text Example
Text Example
White with #EA358C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA358C; }
p { color: rgb(234,53,140); }
H1.HeaderClassName
{
color: #EA358C;
}
.AnyTagClassName
{
color: #EA358C;
}
</style>
background-color css
<style>
a { background-color: #EA358C; }
a { background-color: rgb(234,53,140); }
div.DivClassName
{
background-color: #EA358C;
}
.BgClassName
{
background-color: #EA358C;
}
</style>
border-color css
<style>
span { border-color: #EA358C; }
span { border-color: rgb(234,53,140); }
td.TdClassName
{
border-color: #EA358C;
}
.TagClassName
{
border-color: #EA358C;
}
</style>