Shades of Cerise #EB2A5E
Tints of Cerise #EB2A5E
RGB
CMYK
RGB Variations
Color information
#EB2A5E (or 0xEB2A5E) is known color: Cerise. HEX triplet: EB, 2A and 5E. RGB value is (235,42,94). Sum of RGB (Red+Green+Blue) = 235+42+94=371 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.34% from 371); Green value is 42 (16.80% from 255 or 11.32% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2A5E is #14D5A1. Grayscale: #696969. Windows color (decimal): -1365410 or 6171371. OLE color: 6171371.
HSL color Cylindrical-coordinate representation of color #EB2A5E: hue angle of 343.83º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EB2A5E is Cyan = 0, Magento = 0.82, Yellow = 0.6 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 42 | 94 | - |
| CMYK | 0 | 0.82 | 0.6 | 0.08 |
| HSL | 343.83º | 0.83% | 0.54% | - |
| HSV(B) | 343.83º | 0.82% | 0.92% | - |
| XYZ | 37.11 | 20.13 | 12.52 | - |
| YUV | 105.64 | 121.44 | 220.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 42 | 94 | 0 | 0.82 | 0.6 | 0.08 | 343.83 | 0.83 | 0.54 |
| Hex | EB | 2A | 5E | 0 | 52 | 3C | 8 | 158 | 53 | 36 |
| Octal | 353 | 52 | 136 | 0 | 122 | 74 | 10 | 530 | 123 | 66 |
| Binary | 11101011 | 101010 | 1011110 | 0 | 1010010 | 111100 | 1000 | 101011000 | 1010011 | 110110 |
Color Harmonies of #EB2A5E
Complementary color
Monochromatic Colors of #EB2A5E
Black with #EB2A5E
Text Example
Text Example
White with #EB2A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2A5E; }
p { color: rgb(235,42,94); }
H1.HeaderClassName
{
color: #EB2A5E;
}
.AnyTagClassName
{
color: #EB2A5E;
}
</style>
background-color css
<style>
a { background-color: #EB2A5E; }
a { background-color: rgb(235,42,94); }
div.DivClassName
{
background-color: #EB2A5E;
}
.BgClassName
{
background-color: #EB2A5E;
}
</style>
border-color css
<style>
span { border-color: #EB2A5E; }
span { border-color: rgb(235,42,94); }
td.TdClassName
{
border-color: #EB2A5E;
}
.TagClassName
{
border-color: #EB2A5E;
}
</style>