Shades of Deep Cerise #E5277B
Tints of Deep Cerise #E5277B
RGB
CMYK
RGB Variations
Color information
#E5277B (or 0xE5277B) is known color: Deep Cerise. HEX triplet: E5, 27 and 7B. RGB value is (229,39,123). Sum of RGB (Red+Green+Blue) = 229+39+123=391 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.57% from 391); Green value is 39 (15.62% from 255 or 9.97% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 229 - color contains mainly: red. Hex color #E5277B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5277B is #1AD884. Grayscale: #696969. Windows color (decimal): -1759365 or 8071141. OLE color: 8071141.
HSL color Cylindrical-coordinate representation of color #E5277B: hue angle of 333.47º 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 #E5277B is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 39 | 123 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.10 |
| HSL | 333.47º | 0.79% | 0.53% | - |
| HSV(B) | 333.47º | 0.83% | 0.9% | - |
| XYZ | 36.61 | 19.54 | 20.58 | - |
| YUV | 105.39 | 137.95 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 39 | 123 | 0 | 0.83 | 0.46 | 0.10 | 333.47 | 0.79 | 0.53 |
| Hex | E5 | 27 | 7B | 0 | 53 | 2E | A | 14D | 4F | 35 |
| Octal | 345 | 47 | 173 | 0 | 123 | 56 | 12 | 515 | 117 | 65 |
| Binary | 11100101 | 100111 | 1111011 | 0 | 1010011 | 101110 | 1010 | 101001101 | 1001111 | 110101 |
Color Harmonies of #E5277B
Complementary color
Monochromatic Colors of #E5277B
Black with #E5277B
Text Example
Text Example
White with #E5277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5277B; }
p { color: rgb(229,39,123); }
H1.HeaderClassName
{
color: #E5277B;
}
.AnyTagClassName
{
color: #E5277B;
}
</style>
background-color css
<style>
a { background-color: #E5277B; }
a { background-color: rgb(229,39,123); }
div.DivClassName
{
background-color: #E5277B;
}
.BgClassName
{
background-color: #E5277B;
}
</style>
border-color css
<style>
span { border-color: #E5277B; }
span { border-color: rgb(229,39,123); }
td.TdClassName
{
border-color: #E5277B;
}
.TagClassName
{
border-color: #E5277B;
}
</style>