Shades of Deep Cerise #EA348D
Tints of Deep Cerise #EA348D
RGB
CMYK
RGB Variations
Color information
#EA348D (or 0xEA348D) is known color: Deep Cerise. HEX triplet: EA, 34 and 8D. RGB value is (234,52,141). Sum of RGB (Red+Green+Blue) = 234+52+141=427 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.80% from 427); Green value is 52 (20.70% from 255 or 12.18% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 234 - color contains mainly: red. Hex color #EA348D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA348D is #15CB72. Grayscale: #747474. Windows color (decimal): -1428339 or 9254122. OLE color: 9254122.
HSL color Cylindrical-coordinate representation of color #EA348D: hue angle of 330.66º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EA348D is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 52 | 141 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.08 |
| HSL | 330.66º | 0.81% | 0.56% | - |
| HSV(B) | 330.66º | 0.78% | 0.92% | - |
| XYZ | 39.97 | 21.87 | 27.31 | - |
| YUV | 116.56 | 141.8 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 52 | 141 | 0 | 0.78 | 0.40 | 0.08 | 330.66 | 0.81 | 0.56 |
| Hex | EA | 34 | 8D | 0 | 4E | 28 | 8 | 14B | 51 | 38 |
| Octal | 352 | 64 | 215 | 0 | 116 | 50 | 10 | 513 | 121 | 70 |
| Binary | 11101010 | 110100 | 10001101 | 0 | 1001110 | 101000 | 1000 | 101001011 | 1010001 | 111000 |
Color Harmonies of #EA348D
Complementary color
Monochromatic Colors of #EA348D
Black with #EA348D
Text Example
Text Example
White with #EA348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA348D; }
p { color: rgb(234,52,141); }
H1.HeaderClassName
{
color: #EA348D;
}
.AnyTagClassName
{
color: #EA348D;
}
</style>
background-color css
<style>
a { background-color: #EA348D; }
a { background-color: rgb(234,52,141); }
div.DivClassName
{
background-color: #EA348D;
}
.BgClassName
{
background-color: #EA348D;
}
</style>
border-color css
<style>
span { border-color: #EA348D; }
span { border-color: rgb(234,52,141); }
td.TdClassName
{
border-color: #EA348D;
}
.TagClassName
{
border-color: #EA348D;
}
</style>