Shades of Cerise #E52F6B
Tints of Cerise #E52F6B
RGB
CMYK
RGB Variations
Color information
#E52F6B (or 0xE52F6B) is known color: Cerise. HEX triplet: E5, 2F and 6B. RGB value is (229,47,107). Sum of RGB (Red+Green+Blue) = 229+47+107=383 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.79% from 383); Green value is 47 (18.75% from 255 or 12.27% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 229 - color contains mainly: red. Hex color #E52F6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52F6B is #1AD094. Grayscale: #6C6C6C. Windows color (decimal): -1757333 or 7024613. OLE color: 7024613.
HSL color Cylindrical-coordinate representation of color #E52F6B: hue angle of 340.22º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E52F6B is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 47 | 107 | - |
| CMYK | 0 | 0.79 | 0.53 | 0.10 |
| HSL | 340.22º | 0.78% | 0.54% | - |
| HSV(B) | 340.22º | 0.79% | 0.9% | - |
| XYZ | 35.98 | 19.75 | 15.83 | - |
| YUV | 108.26 | 127.3 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 47 | 107 | 0 | 0.79 | 0.53 | 0.10 | 340.22 | 0.78 | 0.54 |
| Hex | E5 | 2F | 6B | 0 | 4F | 35 | A | 154 | 4E | 36 |
| Octal | 345 | 57 | 153 | 0 | 117 | 65 | 12 | 524 | 116 | 66 |
| Binary | 11100101 | 101111 | 1101011 | 0 | 1001111 | 110101 | 1010 | 101010100 | 1001110 | 110110 |
Color Harmonies of #E52F6B
Complementary color
Monochromatic Colors of #E52F6B
Black with #E52F6B
Text Example
Text Example
White with #E52F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52F6B; }
p { color: rgb(229,47,107); }
H1.HeaderClassName
{
color: #E52F6B;
}
.AnyTagClassName
{
color: #E52F6B;
}
</style>
background-color css
<style>
a { background-color: #E52F6B; }
a { background-color: rgb(229,47,107); }
div.DivClassName
{
background-color: #E52F6B;
}
.BgClassName
{
background-color: #E52F6B;
}
</style>
border-color css
<style>
span { border-color: #E52F6B; }
span { border-color: rgb(229,47,107); }
td.TdClassName
{
border-color: #E52F6B;
}
.TagClassName
{
border-color: #E52F6B;
}
</style>