Shades of Deep Cerise #EA3080
Tints of Deep Cerise #EA3080
RGB
CMYK
RGB Variations
Color information
#EA3080 (or 0xEA3080) is known color: Deep Cerise. HEX triplet: EA, 30 and 80. RGB value is (234,48,128). Sum of RGB (Red+Green+Blue) = 234+48+128=410 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.07% from 410); Green value is 48 (19.14% from 255 or 11.71% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3080 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3080 is #15CF7F. Grayscale: #707070. Windows color (decimal): -1429376 or 8401130. OLE color: 8401130.
HSL color Cylindrical-coordinate representation of color #EA3080: hue angle of 334.19º 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 #EA3080 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 48 | 128 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.08 |
| HSL | 334.19º | 0.82% | 0.55% | - |
| HSV(B) | 334.19º | 0.79% | 0.92% | - |
| XYZ | 38.88 | 21.16 | 22.46 | - |
| YUV | 112.73 | 136.62 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 48 | 128 | 0 | 0.79 | 0.45 | 0.08 | 334.19 | 0.82 | 0.55 |
| Hex | EA | 30 | 80 | 0 | 4F | 2D | 8 | 14E | 52 | 37 |
| Octal | 352 | 60 | 200 | 0 | 117 | 55 | 10 | 516 | 122 | 67 |
| Binary | 11101010 | 110000 | 10000000 | 0 | 1001111 | 101101 | 1000 | 101001110 | 1010010 | 110111 |
Color Harmonies of #EA3080
Complementary color
Monochromatic Colors of #EA3080
Black with #EA3080
Text Example
Text Example
White with #EA3080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3080; }
p { color: rgb(234,48,128); }
H1.HeaderClassName
{
color: #EA3080;
}
.AnyTagClassName
{
color: #EA3080;
}
</style>
background-color css
<style>
a { background-color: #EA3080; }
a { background-color: rgb(234,48,128); }
div.DivClassName
{
background-color: #EA3080;
}
.BgClassName
{
background-color: #EA3080;
}
</style>
border-color css
<style>
span { border-color: #EA3080; }
span { border-color: rgb(234,48,128); }
td.TdClassName
{
border-color: #EA3080;
}
.TagClassName
{
border-color: #EA3080;
}
</style>