Shades of Deep Cerise #EA3678
Tints of Deep Cerise #EA3678
RGB
CMYK
RGB Variations
Color information
#EA3678 (or 0xEA3678) is known color: Deep Cerise. HEX triplet: EA, 36 and 78. RGB value is (234,54,120). Sum of RGB (Red+Green+Blue) = 234+54+120=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 54 (21.48% from 255 or 13.24% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3678 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3678 is #15C987. Grayscale: #737373. Windows color (decimal): -1427848 or 7878378. OLE color: 7878378.
HSL color Cylindrical-coordinate representation of color #EA3678: hue angle of 338º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EA3678 is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 54 | 120 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.08 |
| HSL | 338º | 0.81% | 0.56% | - |
| HSV(B) | 338º | 0.77% | 0.92% | - |
| XYZ | 38.64 | 21.49 | 19.88 | - |
| YUV | 115.34 | 130.63 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 54 | 120 | 0 | 0.77 | 0.49 | 0.08 | 338 | 0.81 | 0.56 |
| Hex | EA | 36 | 78 | 0 | 4D | 31 | 8 | 152 | 51 | 38 |
| Octal | 352 | 66 | 170 | 0 | 115 | 61 | 10 | 522 | 121 | 70 |
| Binary | 11101010 | 110110 | 1111000 | 0 | 1001101 | 110001 | 1000 | 101010010 | 1010001 | 111000 |
Color Harmonies of #EA3678
Complementary color
Monochromatic Colors of #EA3678
Black with #EA3678
Text Example
Text Example
White with #EA3678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3678; }
p { color: rgb(234,54,120); }
H1.HeaderClassName
{
color: #EA3678;
}
.AnyTagClassName
{
color: #EA3678;
}
</style>
background-color css
<style>
a { background-color: #EA3678; }
a { background-color: rgb(234,54,120); }
div.DivClassName
{
background-color: #EA3678;
}
.BgClassName
{
background-color: #EA3678;
}
</style>
border-color css
<style>
span { border-color: #EA3678; }
span { border-color: rgb(234,54,120); }
td.TdClassName
{
border-color: #EA3678;
}
.TagClassName
{
border-color: #EA3678;
}
</style>