Shades of Cerise #EA2D5E
Tints of Cerise #EA2D5E
RGB
CMYK
RGB Variations
Color information
#EA2D5E (or 0xEA2D5E) is known color: Cerise. HEX triplet: EA, 2D and 5E. RGB value is (234,45,94). Sum of RGB (Red+Green+Blue) = 234+45+94=373 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.73% from 373); Green value is 45 (17.97% from 255 or 12.06% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2D5E is #15D2A1. Grayscale: #6B6B6B. Windows color (decimal): -1430178 or 6172138. OLE color: 6172138.
HSL color Cylindrical-coordinate representation of color #EA2D5E: hue angle of 344.44º 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 #EA2D5E is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 45 | 94 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.08 |
| HSL | 344.44º | 0.82% | 0.55% | - |
| HSV(B) | 344.44º | 0.81% | 0.92% | - |
| XYZ | 36.89 | 20.18 | 12.54 | - |
| YUV | 107.1 | 120.62 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 45 | 94 | 0 | 0.81 | 0.60 | 0.08 | 344.44 | 0.82 | 0.55 |
| Hex | EA | 2D | 5E | 0 | 51 | 3C | 8 | 158 | 52 | 37 |
| Octal | 352 | 55 | 136 | 0 | 121 | 74 | 10 | 530 | 122 | 67 |
| Binary | 11101010 | 101101 | 1011110 | 0 | 1010001 | 111100 | 1000 | 101011000 | 1010010 | 110111 |
Color Harmonies of #EA2D5E
Complementary color
Monochromatic Colors of #EA2D5E
Black with #EA2D5E
Text Example
Text Example
White with #EA2D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2D5E; }
p { color: rgb(234,45,94); }
H1.HeaderClassName
{
color: #EA2D5E;
}
.AnyTagClassName
{
color: #EA2D5E;
}
</style>
background-color css
<style>
a { background-color: #EA2D5E; }
a { background-color: rgb(234,45,94); }
div.DivClassName
{
background-color: #EA2D5E;
}
.BgClassName
{
background-color: #EA2D5E;
}
</style>
border-color css
<style>
span { border-color: #EA2D5E; }
span { border-color: rgb(234,45,94); }
td.TdClassName
{
border-color: #EA2D5E;
}
.TagClassName
{
border-color: #EA2D5E;
}
</style>