Shades of Deep Cerise #EA3095
Tints of Deep Cerise #EA3095
RGB
CMYK
RGB Variations
Color information
#EA3095 (or 0xEA3095) is known color: Deep Cerise. HEX triplet: EA, 30 and 95. RGB value is (234,48,149). Sum of RGB (Red+Green+Blue) = 234+48+149=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 48 (19.14% from 255 or 11.14% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3095 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3095 is #15CF6A. Grayscale: #727272. Windows color (decimal): -1429355 or 9777386. OLE color: 9777386.
HSL color Cylindrical-coordinate representation of color #EA3095: hue angle of 327.42º 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 #EA3095 is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 48 | 149 | - |
| CMYK | 0 | 0.79 | 0.36 | 0.08 |
| HSL | 327.42º | 0.82% | 0.55% | - |
| HSV(B) | 327.42º | 0.79% | 0.92% | - |
| XYZ | 40.41 | 21.78 | 30.51 | - |
| YUV | 115.13 | 147.12 | 212.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 48 | 149 | 0 | 0.79 | 0.36 | 0.08 | 327.42 | 0.82 | 0.55 |
| Hex | EA | 30 | 95 | 0 | 4F | 24 | 8 | 147 | 52 | 37 |
| Octal | 352 | 60 | 225 | 0 | 117 | 44 | 10 | 507 | 122 | 67 |
| Binary | 11101010 | 110000 | 10010101 | 0 | 1001111 | 100100 | 1000 | 101000111 | 1010010 | 110111 |
Color Harmonies of #EA3095
Complementary color
Monochromatic Colors of #EA3095
Black with #EA3095
Text Example
Text Example
White with #EA3095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3095; }
p { color: rgb(234,48,149); }
H1.HeaderClassName
{
color: #EA3095;
}
.AnyTagClassName
{
color: #EA3095;
}
</style>
background-color css
<style>
a { background-color: #EA3095; }
a { background-color: rgb(234,48,149); }
div.DivClassName
{
background-color: #EA3095;
}
.BgClassName
{
background-color: #EA3095;
}
</style>
border-color css
<style>
span { border-color: #EA3095; }
span { border-color: rgb(234,48,149); }
td.TdClassName
{
border-color: #EA3095;
}
.TagClassName
{
border-color: #EA3095;
}
</style>