Shades of Deep Cerise #EA347C
Tints of Deep Cerise #EA347C
RGB
CMYK
RGB Variations
Color information
#EA347C (or 0xEA347C) is known color: Deep Cerise. HEX triplet: EA, 34 and 7C. RGB value is (234,52,124). Sum of RGB (Red+Green+Blue) = 234+52+124=410 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.07% from 410); Green value is 52 (20.70% from 255 or 12.68% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 234 - color contains mainly: red. Hex color #EA347C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA347C is #15CB83. Grayscale: #727272. Windows color (decimal): -1428356 or 8140010. OLE color: 8140010.
HSL color Cylindrical-coordinate representation of color #EA347C: hue angle of 336.26º 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 #EA347C is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 52 | 124 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.08 |
| HSL | 336.26º | 0.81% | 0.56% | - |
| HSV(B) | 336.26º | 0.78% | 0.92% | - |
| XYZ | 38.8 | 21.4 | 21.16 | - |
| YUV | 114.63 | 133.3 | 213.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 52 | 124 | 0 | 0.78 | 0.47 | 0.08 | 336.26 | 0.81 | 0.56 |
| Hex | EA | 34 | 7C | 0 | 4E | 2F | 8 | 150 | 51 | 38 |
| Octal | 352 | 64 | 174 | 0 | 116 | 57 | 10 | 520 | 121 | 70 |
| Binary | 11101010 | 110100 | 1111100 | 0 | 1001110 | 101111 | 1000 | 101010000 | 1010001 | 111000 |
Color Harmonies of #EA347C
Complementary color
Monochromatic Colors of #EA347C
Black with #EA347C
Text Example
Text Example
White with #EA347C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA347C; }
p { color: rgb(234,52,124); }
H1.HeaderClassName
{
color: #EA347C;
}
.AnyTagClassName
{
color: #EA347C;
}
</style>
background-color css
<style>
a { background-color: #EA347C; }
a { background-color: rgb(234,52,124); }
div.DivClassName
{
background-color: #EA347C;
}
.BgClassName
{
background-color: #EA347C;
}
</style>
border-color css
<style>
span { border-color: #EA347C; }
span { border-color: rgb(234,52,124); }
td.TdClassName
{
border-color: #EA347C;
}
.TagClassName
{
border-color: #EA347C;
}
</style>