Shades of Deep Cerise #E5278B
Tints of Deep Cerise #E5278B
RGB
CMYK
RGB Variations
Color information
#E5278B (or 0xE5278B) is known color: Deep Cerise. HEX triplet: E5, 27 and 8B. RGB value is (229,39,139). Sum of RGB (Red+Green+Blue) = 229+39+139=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 39 (15.62% from 255 or 9.58% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E5278B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5278B is #1AD874. Grayscale: #6B6B6B. Windows color (decimal): -1759349 or 9119717. OLE color: 9119717.
HSL color Cylindrical-coordinate representation of color #E5278B: hue angle of 328.42º 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 #E5278B is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 39 | 139 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.10 |
| HSL | 328.42º | 0.79% | 0.53% | - |
| HSV(B) | 328.42º | 0.83% | 0.9% | - |
| XYZ | 37.7 | 19.97 | 26.29 | - |
| YUV | 107.21 | 145.95 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 39 | 139 | 0 | 0.83 | 0.39 | 0.10 | 328.42 | 0.79 | 0.53 |
| Hex | E5 | 27 | 8B | 0 | 53 | 27 | A | 148 | 4F | 35 |
| Octal | 345 | 47 | 213 | 0 | 123 | 47 | 12 | 510 | 117 | 65 |
| Binary | 11100101 | 100111 | 10001011 | 0 | 1010011 | 100111 | 1010 | 101001000 | 1001111 | 110101 |
Color Harmonies of #E5278B
Complementary color
Monochromatic Colors of #E5278B
Black with #E5278B
Text Example
Text Example
White with #E5278B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5278B; }
p { color: rgb(229,39,139); }
H1.HeaderClassName
{
color: #E5278B;
}
.AnyTagClassName
{
color: #E5278B;
}
</style>
background-color css
<style>
a { background-color: #E5278B; }
a { background-color: rgb(229,39,139); }
div.DivClassName
{
background-color: #E5278B;
}
.BgClassName
{
background-color: #E5278B;
}
</style>
border-color css
<style>
span { border-color: #E5278B; }
span { border-color: rgb(229,39,139); }
td.TdClassName
{
border-color: #E5278B;
}
.TagClassName
{
border-color: #E5278B;
}
</style>