Shades of Deep Cerise #E1317D
Tints of Deep Cerise #E1317D
RGB
CMYK
RGB Variations
Color information
#E1317D (or 0xE1317D) is known color: Deep Cerise. HEX triplet: E1, 31 and 7D. RGB value is (225,49,125). Sum of RGB (Red+Green+Blue) = 225+49+125=399 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.39% from 399); Green value is 49 (19.53% from 255 or 12.28% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 225 - color contains mainly: red. Hex color #E1317D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1317D is #1ECE82. Grayscale: #6E6E6E. Windows color (decimal): -2018947 or 8204769. OLE color: 8204769.
HSL color Cylindrical-coordinate representation of color #E1317D: hue angle of 334.09º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1317D is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 49 | 125 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.12 |
| HSL | 334.09º | 0.75% | 0.54% | - |
| HSV(B) | 334.09º | 0.78% | 0.88% | - |
| XYZ | 35.85 | 19.68 | 21.31 | - |
| YUV | 110.29 | 136.31 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 49 | 125 | 0 | 0.78 | 0.44 | 0.12 | 334.09 | 0.75 | 0.54 |
| Hex | E1 | 31 | 7D | 0 | 4E | 2C | C | 14E | 4B | 36 |
| Octal | 341 | 61 | 175 | 0 | 116 | 54 | 14 | 516 | 113 | 66 |
| Binary | 11100001 | 110001 | 1111101 | 0 | 1001110 | 101100 | 1100 | 101001110 | 1001011 | 110110 |
Color Harmonies of #E1317D
Complementary color
Monochromatic Colors of #E1317D
Black with #E1317D
Text Example
Text Example
White with #E1317D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1317D; }
p { color: rgb(225,49,125); }
H1.HeaderClassName
{
color: #E1317D;
}
.AnyTagClassName
{
color: #E1317D;
}
</style>
background-color css
<style>
a { background-color: #E1317D; }
a { background-color: rgb(225,49,125); }
div.DivClassName
{
background-color: #E1317D;
}
.BgClassName
{
background-color: #E1317D;
}
</style>
border-color css
<style>
span { border-color: #E1317D; }
span { border-color: rgb(225,49,125); }
td.TdClassName
{
border-color: #E1317D;
}
.TagClassName
{
border-color: #E1317D;
}
</style>