Shades of Deep Cerise #E5278F
Tints of Deep Cerise #E5278F
RGB
CMYK
RGB Variations
Color information
#E5278F (or 0xE5278F) is known color: Deep Cerise. HEX triplet: E5, 27 and 8F. RGB value is (229,39,143). Sum of RGB (Red+Green+Blue) = 229+39+143=411 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.72% from 411); Green value is 39 (15.62% from 255 or 9.49% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 229 - color contains mainly: red. Hex color #E5278F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5278F is #1AD870. Grayscale: #6B6B6B. Windows color (decimal): -1759345 or 9381861. OLE color: 9381861.
HSL color Cylindrical-coordinate representation of color #E5278F: hue angle of 327.16º 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 #E5278F is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 39 | 143 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.10 |
| HSL | 327.16º | 0.79% | 0.53% | - |
| HSV(B) | 327.16º | 0.83% | 0.9% | - |
| XYZ | 38 | 20.09 | 27.86 | - |
| YUV | 107.67 | 147.95 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 39 | 143 | 0 | 0.83 | 0.38 | 0.10 | 327.16 | 0.79 | 0.53 |
| Hex | E5 | 27 | 8F | 0 | 53 | 26 | A | 147 | 4F | 35 |
| Octal | 345 | 47 | 217 | 0 | 123 | 46 | 12 | 507 | 117 | 65 |
| Binary | 11100101 | 100111 | 10001111 | 0 | 1010011 | 100110 | 1010 | 101000111 | 1001111 | 110101 |
Color Harmonies of #E5278F
Complementary color
Monochromatic Colors of #E5278F
Black with #E5278F
Text Example
Text Example
White with #E5278F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5278F; }
p { color: rgb(229,39,143); }
H1.HeaderClassName
{
color: #E5278F;
}
.AnyTagClassName
{
color: #E5278F;
}
</style>
background-color css
<style>
a { background-color: #E5278F; }
a { background-color: rgb(229,39,143); }
div.DivClassName
{
background-color: #E5278F;
}
.BgClassName
{
background-color: #E5278F;
}
</style>
border-color css
<style>
span { border-color: #E5278F; }
span { border-color: rgb(229,39,143); }
td.TdClassName
{
border-color: #E5278F;
}
.TagClassName
{
border-color: #E5278F;
}
</style>