Shades of Cerise #EA2575
Tints of Cerise #EA2575
RGB
CMYK
RGB Variations
Color information
#EA2575 (or 0xEA2575) is known color: Cerise. HEX triplet: EA, 25 and 75. RGB value is (234,37,117). Sum of RGB (Red+Green+Blue) = 234+37+117=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 37 (14.84% from 255 or 9.54% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2575 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2575 is #15DA8A. Grayscale: #686868. Windows color (decimal): -1432203 or 7677418. OLE color: 7677418.
HSL color Cylindrical-coordinate representation of color #EA2575: hue angle of 335.63º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA2575 is Cyan = 0, Magento = 0.84, Yellow = 0.5 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 37 | 117 | - |
| CMYK | 0 | 0.84 | 0.5 | 0.08 |
| HSL | 335.63º | 0.82% | 0.53% | - |
| HSV(B) | 335.63º | 0.84% | 0.92% | - |
| XYZ | 37.8 | 20.1 | 18.72 | - |
| YUV | 105.02 | 134.77 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 37 | 117 | 0 | 0.84 | 0.5 | 0.08 | 335.63 | 0.82 | 0.53 |
| Hex | EA | 25 | 75 | 0 | 54 | 32 | 8 | 150 | 52 | 35 |
| Octal | 352 | 45 | 165 | 0 | 124 | 62 | 10 | 520 | 122 | 65 |
| Binary | 11101010 | 100101 | 1110101 | 0 | 1010100 | 110010 | 1000 | 101010000 | 1010010 | 110101 |
Color Harmonies of #EA2575
Complementary color
Monochromatic Colors of #EA2575
Black with #EA2575
Text Example
Text Example
White with #EA2575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2575; }
p { color: rgb(234,37,117); }
H1.HeaderClassName
{
color: #EA2575;
}
.AnyTagClassName
{
color: #EA2575;
}
</style>
background-color css
<style>
a { background-color: #EA2575; }
a { background-color: rgb(234,37,117); }
div.DivClassName
{
background-color: #EA2575;
}
.BgClassName
{
background-color: #EA2575;
}
</style>
border-color css
<style>
span { border-color: #EA2575; }
span { border-color: rgb(234,37,117); }
td.TdClassName
{
border-color: #EA2575;
}
.TagClassName
{
border-color: #EA2575;
}
</style>