Shades of Cerise #EA2275
Tints of Cerise #EA2275
RGB
CMYK
RGB Variations
Color information
#EA2275 (or 0xEA2275) is known color: Cerise. HEX triplet: EA, 22 and 75. RGB value is (234,34,117). Sum of RGB (Red+Green+Blue) = 234+34+117=385 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.78% from 385); Green value is 34 (13.67% from 255 or 8.83% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2275 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2275 is #15DD8A. Grayscale: #676767. Windows color (decimal): -1432971 or 7676650. OLE color: 7676650.
HSL color Cylindrical-coordinate representation of color #EA2275: hue angle of 335.1º 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 #EA2275 is Cyan = 0, Magento = 0.85, Yellow = 0.5 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 34 | 117 | - |
| CMYK | 0 | 0.85 | 0.5 | 0.08 |
| HSL | 335.1º | 0.83% | 0.53% | - |
| HSV(B) | 335.1º | 0.85% | 0.92% | - |
| XYZ | 37.71 | 19.92 | 18.69 | - |
| YUV | 103.26 | 135.76 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 34 | 117 | 0 | 0.85 | 0.5 | 0.08 | 335.1 | 0.83 | 0.53 |
| Hex | EA | 22 | 75 | 0 | 55 | 32 | 8 | 14F | 53 | 35 |
| Octal | 352 | 42 | 165 | 0 | 125 | 62 | 10 | 517 | 123 | 65 |
| Binary | 11101010 | 100010 | 1110101 | 0 | 1010101 | 110010 | 1000 | 101001111 | 1010011 | 110101 |
Color Harmonies of #EA2275
Complementary color
Monochromatic Colors of #EA2275
Black with #EA2275
Text Example
Text Example
White with #EA2275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2275; }
p { color: rgb(234,34,117); }
H1.HeaderClassName
{
color: #EA2275;
}
.AnyTagClassName
{
color: #EA2275;
}
</style>
background-color css
<style>
a { background-color: #EA2275; }
a { background-color: rgb(234,34,117); }
div.DivClassName
{
background-color: #EA2275;
}
.BgClassName
{
background-color: #EA2275;
}
</style>
border-color css
<style>
span { border-color: #EA2275; }
span { border-color: rgb(234,34,117); }
td.TdClassName
{
border-color: #EA2275;
}
.TagClassName
{
border-color: #EA2275;
}
</style>