Shades of Deep Cerise #E5157F
Tints of Deep Cerise #E5157F
RGB
CMYK
RGB Variations
Color information
#E5157F (or 0xE5157F) is known color: Deep Cerise. HEX triplet: E5, 15 and 7F. RGB value is (229,21,127). Sum of RGB (Red+Green+Blue) = 229+21+127=377 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.74% from 377); Green value is 21 (8.59% from 255 or 5.57% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 229 - color contains mainly: red. Hex color #E5157F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5157F is #1AEA80. Grayscale: #5F5F5F. Windows color (decimal): -1763969 or 8328677. OLE color: 8328677.
HSL color Cylindrical-coordinate representation of color #E5157F: hue angle of 329.42º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E5157F is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 21 | 127 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.10 |
| HSL | 329.42º | 0.83% | 0.49% | - |
| HSV(B) | 329.42º | 0.91% | 0.9% | - |
| XYZ | 36.41 | 18.73 | 21.77 | - |
| YUV | 95.28 | 145.91 | 223.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 127 | 0 | 0.91 | 0.45 | 0.10 | 329.42 | 0.83 | 0.49 |
| Hex | E5 | 15 | 7F | 0 | 5B | 2D | A | 149 | 53 | 31 |
| Octal | 345 | 25 | 177 | 0 | 133 | 55 | 12 | 511 | 123 | 61 |
| Binary | 11100101 | 10101 | 1111111 | 0 | 1011011 | 101101 | 1010 | 101001001 | 1010011 | 110001 |
Color Harmonies of #E5157F
Complementary color
Monochromatic Colors of #E5157F
Black with #E5157F
Text Example
Text Example
White with #E5157F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5157F; }
p { color: rgb(229,21,127); }
H1.HeaderClassName
{
color: #E5157F;
}
.AnyTagClassName
{
color: #E5157F;
}
</style>
background-color css
<style>
a { background-color: #E5157F; }
a { background-color: rgb(229,21,127); }
div.DivClassName
{
background-color: #E5157F;
}
.BgClassName
{
background-color: #E5157F;
}
</style>
border-color css
<style>
span { border-color: #E5157F; }
span { border-color: rgb(229,21,127); }
td.TdClassName
{
border-color: #E5157F;
}
.TagClassName
{
border-color: #E5157F;
}
</style>