Shades of Deep Cerise #E5167F
Tints of Deep Cerise #E5167F
RGB
CMYK
RGB Variations
Color information
#E5167F (or 0xE5167F) is known color: Deep Cerise. HEX triplet: E5, 16 and 7F. RGB value is (229,22,127). Sum of RGB (Red+Green+Blue) = 229+22+127=378 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.58% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 229 - color contains mainly: red. Hex color #E5167F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5167F is #1AE980. Grayscale: #5F5F5F. Windows color (decimal): -1763713 or 8328933. OLE color: 8328933.
HSL color Cylindrical-coordinate representation of color #E5167F: hue angle of 329.57º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5167F is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 127 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.10 |
| HSL | 329.57º | 0.82% | 0.49% | - |
| HSV(B) | 329.57º | 0.9% | 0.9% | - |
| XYZ | 36.43 | 18.76 | 21.78 | - |
| YUV | 95.86 | 145.58 | 222.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 127 | 0 | 0.90 | 0.45 | 0.10 | 329.57 | 0.82 | 0.49 |
| Hex | E5 | 16 | 7F | 0 | 5A | 2D | A | 14A | 52 | 31 |
| Octal | 345 | 26 | 177 | 0 | 132 | 55 | 12 | 512 | 122 | 61 |
| Binary | 11100101 | 10110 | 1111111 | 0 | 1011010 | 101101 | 1010 | 101001010 | 1010010 | 110001 |
Color Harmonies of #E5167F
Complementary color
Monochromatic Colors of #E5167F
Black with #E5167F
Text Example
Text Example
White with #E5167F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5167F; }
p { color: rgb(229,22,127); }
H1.HeaderClassName
{
color: #E5167F;
}
.AnyTagClassName
{
color: #E5167F;
}
</style>
background-color css
<style>
a { background-color: #E5167F; }
a { background-color: rgb(229,22,127); }
div.DivClassName
{
background-color: #E5167F;
}
.BgClassName
{
background-color: #E5167F;
}
</style>
border-color css
<style>
span { border-color: #E5167F; }
span { border-color: rgb(229,22,127); }
td.TdClassName
{
border-color: #E5167F;
}
.TagClassName
{
border-color: #E5167F;
}
</style>