Shades of Deep Cerise #E5167D
Tints of Deep Cerise #E5167D
RGB
CMYK
RGB Variations
Color information
#E5167D (or 0xE5167D) is known color: Deep Cerise. HEX triplet: E5, 16 and 7D. RGB value is (229,22,125). Sum of RGB (Red+Green+Blue) = 229+22+125=376 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.90% from 376); Green value is 22 (8.98% from 255 or 5.85% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 229 - color contains mainly: red. Hex color #E5167D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5167D is #1AE982. Grayscale: #5F5F5F. Windows color (decimal): -1763715 or 8197861. OLE color: 8197861.
HSL color Cylindrical-coordinate representation of color #E5167D: hue angle of 330.14º 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 #E5167D is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 125 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.10 |
| HSL | 330.14º | 0.82% | 0.49% | - |
| HSV(B) | 330.14º | 0.9% | 0.9% | - |
| XYZ | 36.3 | 18.71 | 21.1 | - |
| YUV | 95.64 | 144.58 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 125 | 0 | 0.90 | 0.45 | 0.10 | 330.14 | 0.82 | 0.49 |
| Hex | E5 | 16 | 7D | 0 | 5A | 2D | A | 14A | 52 | 31 |
| Octal | 345 | 26 | 175 | 0 | 132 | 55 | 12 | 512 | 122 | 61 |
| Binary | 11100101 | 10110 | 1111101 | 0 | 1011010 | 101101 | 1010 | 101001010 | 1010010 | 110001 |
Color Harmonies of #E5167D
Complementary color
Monochromatic Colors of #E5167D
Black with #E5167D
Text Example
Text Example
White with #E5167D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5167D; }
p { color: rgb(229,22,125); }
H1.HeaderClassName
{
color: #E5167D;
}
.AnyTagClassName
{
color: #E5167D;
}
</style>
background-color css
<style>
a { background-color: #E5167D; }
a { background-color: rgb(229,22,125); }
div.DivClassName
{
background-color: #E5167D;
}
.BgClassName
{
background-color: #E5167D;
}
</style>
border-color css
<style>
span { border-color: #E5167D; }
span { border-color: rgb(229,22,125); }
td.TdClassName
{
border-color: #E5167D;
}
.TagClassName
{
border-color: #E5167D;
}
</style>