Shades of Cerise #EA2E6D
Tints of Cerise #EA2E6D
RGB
CMYK
RGB Variations
Color information
#EA2E6D (or 0xEA2E6D) is known color: Cerise. HEX triplet: EA, 2E and 6D. RGB value is (234,46,109). Sum of RGB (Red+Green+Blue) = 234+46+109=389 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.15% from 389); Green value is 46 (18.36% from 255 or 11.83% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2E6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2E6D is #15D192. Grayscale: #6D6D6D. Windows color (decimal): -1429907 or 7155434. OLE color: 7155434.
HSL color Cylindrical-coordinate representation of color #EA2E6D: hue angle of 339.89º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA2E6D is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 46 | 109 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.08 |
| HSL | 339.89º | 0.82% | 0.55% | - |
| HSV(B) | 339.89º | 0.8% | 0.92% | - |
| XYZ | 37.67 | 20.55 | 16.45 | - |
| YUV | 109.39 | 127.78 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 46 | 109 | 0 | 0.80 | 0.53 | 0.08 | 339.89 | 0.82 | 0.55 |
| Hex | EA | 2E | 6D | 0 | 50 | 35 | 8 | 154 | 52 | 37 |
| Octal | 352 | 56 | 155 | 0 | 120 | 65 | 10 | 524 | 122 | 67 |
| Binary | 11101010 | 101110 | 1101101 | 0 | 1010000 | 110101 | 1000 | 101010100 | 1010010 | 110111 |
Color Harmonies of #EA2E6D
Complementary color
Monochromatic Colors of #EA2E6D
Black with #EA2E6D
Text Example
Text Example
White with #EA2E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2E6D; }
p { color: rgb(234,46,109); }
H1.HeaderClassName
{
color: #EA2E6D;
}
.AnyTagClassName
{
color: #EA2E6D;
}
</style>
background-color css
<style>
a { background-color: #EA2E6D; }
a { background-color: rgb(234,46,109); }
div.DivClassName
{
background-color: #EA2E6D;
}
.BgClassName
{
background-color: #EA2E6D;
}
</style>
border-color css
<style>
span { border-color: #EA2E6D; }
span { border-color: rgb(234,46,109); }
td.TdClassName
{
border-color: #EA2E6D;
}
.TagClassName
{
border-color: #EA2E6D;
}
</style>