Shades of Deep Cerise #EA307C
Tints of Deep Cerise #EA307C
RGB
CMYK
RGB Variations
Color information
#EA307C (or 0xEA307C) is known color: Deep Cerise. HEX triplet: EA, 30 and 7C. RGB value is (234,48,124). Sum of RGB (Red+Green+Blue) = 234+48+124=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EA307C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA307C is #15CF83. Grayscale: #707070. Windows color (decimal): -1429380 or 8138986. OLE color: 8138986.
HSL color Cylindrical-coordinate representation of color #EA307C: hue angle of 335.48º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA307C is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 48 | 124 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.08 |
| HSL | 335.48º | 0.82% | 0.55% | - |
| HSV(B) | 335.48º | 0.79% | 0.92% | - |
| XYZ | 38.63 | 21.06 | 21.1 | - |
| YUV | 112.28 | 134.62 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 48 | 124 | 0 | 0.79 | 0.47 | 0.08 | 335.48 | 0.82 | 0.55 |
| Hex | EA | 30 | 7C | 0 | 4F | 2F | 8 | 14F | 52 | 37 |
| Octal | 352 | 60 | 174 | 0 | 117 | 57 | 10 | 517 | 122 | 67 |
| Binary | 11101010 | 110000 | 1111100 | 0 | 1001111 | 101111 | 1000 | 101001111 | 1010010 | 110111 |
Color Harmonies of #EA307C
Complementary color
Monochromatic Colors of #EA307C
Black with #EA307C
Text Example
Text Example
White with #EA307C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA307C; }
p { color: rgb(234,48,124); }
H1.HeaderClassName
{
color: #EA307C;
}
.AnyTagClassName
{
color: #EA307C;
}
</style>
background-color css
<style>
a { background-color: #EA307C; }
a { background-color: rgb(234,48,124); }
div.DivClassName
{
background-color: #EA307C;
}
.BgClassName
{
background-color: #EA307C;
}
</style>
border-color css
<style>
span { border-color: #EA307C; }
span { border-color: rgb(234,48,124); }
td.TdClassName
{
border-color: #EA307C;
}
.TagClassName
{
border-color: #EA307C;
}
</style>