Shades of Cerise #EA2D61
Tints of Cerise #EA2D61
RGB
CMYK
RGB Variations
Color information
#EA2D61 (or 0xEA2D61) is known color: Cerise. HEX triplet: EA, 2D and 61. RGB value is (234,45,97). Sum of RGB (Red+Green+Blue) = 234+45+97=376 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.23% from 376); Green value is 45 (17.97% from 255 or 11.97% from 376); Blue value is 97 (38.28% from 255 or 25.80% from 376); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D61 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2D61 is #15D29E. Grayscale: #6B6B6B. Windows color (decimal): -1430175 or 6368746. OLE color: 6368746.
HSL color Cylindrical-coordinate representation of color #EA2D61: hue angle of 343.49º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA2D61 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 45 | 97 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.08 |
| HSL | 343.49º | 0.82% | 0.55% | - |
| HSV(B) | 343.49º | 0.81% | 0.92% | - |
| XYZ | 37.03 | 20.23 | 13.26 | - |
| YUV | 107.44 | 122.12 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 45 | 97 | 0 | 0.81 | 0.59 | 0.08 | 343.49 | 0.82 | 0.55 |
| Hex | EA | 2D | 61 | 0 | 51 | 3B | 8 | 157 | 52 | 37 |
| Octal | 352 | 55 | 141 | 0 | 121 | 73 | 10 | 527 | 122 | 67 |
| Binary | 11101010 | 101101 | 1100001 | 0 | 1010001 | 111011 | 1000 | 101010111 | 1010010 | 110111 |
Color Harmonies of #EA2D61
Complementary color
Monochromatic Colors of #EA2D61
Black with #EA2D61
Text Example
Text Example
White with #EA2D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2D61; }
p { color: rgb(234,45,97); }
H1.HeaderClassName
{
color: #EA2D61;
}
.AnyTagClassName
{
color: #EA2D61;
}
</style>
background-color css
<style>
a { background-color: #EA2D61; }
a { background-color: rgb(234,45,97); }
div.DivClassName
{
background-color: #EA2D61;
}
.BgClassName
{
background-color: #EA2D61;
}
</style>
border-color css
<style>
span { border-color: #EA2D61; }
span { border-color: rgb(234,45,97); }
td.TdClassName
{
border-color: #EA2D61;
}
.TagClassName
{
border-color: #EA2D61;
}
</style>