Shades of Deep Cerise #E5277A
Tints of Deep Cerise #E5277A
RGB
CMYK
RGB Variations
Color information
#E5277A (or 0xE5277A) is known color: Deep Cerise. HEX triplet: E5, 27 and 7A. RGB value is (229,39,122). Sum of RGB (Red+Green+Blue) = 229+39+122=390 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.72% from 390); Green value is 39 (15.62% from 255 or 10% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 229 - color contains mainly: red. Hex color #E5277A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5277A is #1AD885. Grayscale: #696969. Windows color (decimal): -1759366 or 8005605. OLE color: 8005605.
HSL color Cylindrical-coordinate representation of color #E5277A: hue angle of 333.79º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5277A is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 39 | 122 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.10 |
| HSL | 333.79º | 0.79% | 0.53% | - |
| HSV(B) | 333.79º | 0.83% | 0.9% | - |
| XYZ | 36.55 | 19.51 | 20.25 | - |
| YUV | 105.27 | 137.45 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 39 | 122 | 0 | 0.83 | 0.47 | 0.10 | 333.79 | 0.79 | 0.53 |
| Hex | E5 | 27 | 7A | 0 | 53 | 2F | A | 14E | 4F | 35 |
| Octal | 345 | 47 | 172 | 0 | 123 | 57 | 12 | 516 | 117 | 65 |
| Binary | 11100101 | 100111 | 1111010 | 0 | 1010011 | 101111 | 1010 | 101001110 | 1001111 | 110101 |
Color Harmonies of #E5277A
Complementary color
Monochromatic Colors of #E5277A
Black with #E5277A
Text Example
Text Example
White with #E5277A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5277A; }
p { color: rgb(229,39,122); }
H1.HeaderClassName
{
color: #E5277A;
}
.AnyTagClassName
{
color: #E5277A;
}
</style>
background-color css
<style>
a { background-color: #E5277A; }
a { background-color: rgb(229,39,122); }
div.DivClassName
{
background-color: #E5277A;
}
.BgClassName
{
background-color: #E5277A;
}
</style>
border-color css
<style>
span { border-color: #E5277A; }
span { border-color: rgb(229,39,122); }
td.TdClassName
{
border-color: #E5277A;
}
.TagClassName
{
border-color: #E5277A;
}
</style>