Shades of Cerise #E52A62
Tints of Cerise #E52A62
RGB
CMYK
RGB Variations
Color information
#E52A62 (or 0xE52A62) is known color: Cerise. HEX triplet: E5, 2A and 62. RGB value is (229,42,98). Sum of RGB (Red+Green+Blue) = 229+42+98=369 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.06% from 369); Green value is 42 (16.80% from 255 or 11.38% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52A62 is #1AD59D. Grayscale: #686868. Windows color (decimal): -1758622 or 6433509. OLE color: 6433509.
HSL color Cylindrical-coordinate representation of color #E52A62: hue angle of 342.03º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E52A62 is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 98 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.10 |
| HSL | 342.03º | 0.78% | 0.53% | - |
| HSV(B) | 342.03º | 0.82% | 0.9% | - |
| XYZ | 35.35 | 19.2 | 13.4 | - |
| YUV | 104.3 | 124.45 | 216.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 98 | 0 | 0.82 | 0.57 | 0.10 | 342.03 | 0.78 | 0.53 |
| Hex | E5 | 2A | 62 | 0 | 52 | 39 | A | 156 | 4E | 35 |
| Octal | 345 | 52 | 142 | 0 | 122 | 71 | 12 | 526 | 116 | 65 |
| Binary | 11100101 | 101010 | 1100010 | 0 | 1010010 | 111001 | 1010 | 101010110 | 1001110 | 110101 |
Color Harmonies of #E52A62
Complementary color
Monochromatic Colors of #E52A62
Black with #E52A62
Text Example
Text Example
White with #E52A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52A62; }
p { color: rgb(229,42,98); }
H1.HeaderClassName
{
color: #E52A62;
}
.AnyTagClassName
{
color: #E52A62;
}
</style>
background-color css
<style>
a { background-color: #E52A62; }
a { background-color: rgb(229,42,98); }
div.DivClassName
{
background-color: #E52A62;
}
.BgClassName
{
background-color: #E52A62;
}
</style>
border-color css
<style>
span { border-color: #E52A62; }
span { border-color: rgb(229,42,98); }
td.TdClassName
{
border-color: #E52A62;
}
.TagClassName
{
border-color: #E52A62;
}
</style>