Shades of Cerise #EA2374
Tints of Cerise #EA2374
RGB
CMYK
RGB Variations
Color information
#EA2374 (or 0xEA2374) is known color: Cerise. HEX triplet: EA, 23 and 74. RGB value is (234,35,116). Sum of RGB (Red+Green+Blue) = 234+35+116=385 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.78% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2374 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2374 is #15DC8B. Grayscale: #676767. Windows color (decimal): -1432716 or 7611370. OLE color: 7611370.
HSL color Cylindrical-coordinate representation of color #EA2374: hue angle of 335.58º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA2374 is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 35 | 116 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.08 |
| HSL | 335.58º | 0.83% | 0.53% | - |
| HSV(B) | 335.58º | 0.85% | 0.92% | - |
| XYZ | 37.69 | 19.96 | 18.39 | - |
| YUV | 103.74 | 134.93 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 35 | 116 | 0 | 0.85 | 0.50 | 0.08 | 335.58 | 0.83 | 0.53 |
| Hex | EA | 23 | 74 | 0 | 55 | 32 | 8 | 150 | 53 | 35 |
| Octal | 352 | 43 | 164 | 0 | 125 | 62 | 10 | 520 | 123 | 65 |
| Binary | 11101010 | 100011 | 1110100 | 0 | 1010101 | 110010 | 1000 | 101010000 | 1010011 | 110101 |
Color Harmonies of #EA2374
Complementary color
Monochromatic Colors of #EA2374
Black with #EA2374
Text Example
Text Example
White with #EA2374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2374; }
p { color: rgb(234,35,116); }
H1.HeaderClassName
{
color: #EA2374;
}
.AnyTagClassName
{
color: #EA2374;
}
</style>
background-color css
<style>
a { background-color: #EA2374; }
a { background-color: rgb(234,35,116); }
div.DivClassName
{
background-color: #EA2374;
}
.BgClassName
{
background-color: #EA2374;
}
</style>
border-color css
<style>
span { border-color: #EA2374; }
span { border-color: rgb(234,35,116); }
td.TdClassName
{
border-color: #EA2374;
}
.TagClassName
{
border-color: #EA2374;
}
</style>