Shades of Deep Cerise #E8277D
Tints of Deep Cerise #E8277D
RGB
CMYK
RGB Variations
Color information
#E8277D (or 0xE8277D) is known color: Deep Cerise. HEX triplet: E8, 27 and 7D. RGB value is (232,39,125). Sum of RGB (Red+Green+Blue) = 232+39+125=396 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.59% from 396); Green value is 39 (15.62% from 255 or 9.85% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 232 - color contains mainly: red. Hex color #E8277D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8277D is #17D882. Grayscale: #6A6A6A. Windows color (decimal): -1562755 or 8202216. OLE color: 8202216.
HSL color Cylindrical-coordinate representation of color #E8277D: hue angle of 333.26º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E8277D is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 39 | 125 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.09 |
| HSL | 333.26º | 0.81% | 0.53% | - |
| HSV(B) | 333.26º | 0.83% | 0.91% | - |
| XYZ | 37.71 | 20.09 | 21.29 | - |
| YUV | 106.51 | 138.44 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 39 | 125 | 0 | 0.83 | 0.46 | 0.09 | 333.26 | 0.81 | 0.53 |
| Hex | E8 | 27 | 7D | 0 | 53 | 2E | 9 | 14D | 51 | 35 |
| Octal | 350 | 47 | 175 | 0 | 123 | 56 | 11 | 515 | 121 | 65 |
| Binary | 11101000 | 100111 | 1111101 | 0 | 1010011 | 101110 | 1001 | 101001101 | 1010001 | 110101 |
Color Harmonies of #E8277D
Complementary color
Monochromatic Colors of #E8277D
Black with #E8277D
Text Example
Text Example
White with #E8277D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8277D; }
p { color: rgb(232,39,125); }
H1.HeaderClassName
{
color: #E8277D;
}
.AnyTagClassName
{
color: #E8277D;
}
</style>
background-color css
<style>
a { background-color: #E8277D; }
a { background-color: rgb(232,39,125); }
div.DivClassName
{
background-color: #E8277D;
}
.BgClassName
{
background-color: #E8277D;
}
</style>
border-color css
<style>
span { border-color: #E8277D; }
span { border-color: rgb(232,39,125); }
td.TdClassName
{
border-color: #E8277D;
}
.TagClassName
{
border-color: #E8277D;
}
</style>