Shades of Deep Cerise #E1369D
Tints of Deep Cerise #E1369D
RGB
CMYK
RGB Variations
Color information
#E1369D (or 0xE1369D) is known color: Deep Cerise. HEX triplet: E1, 36 and 9D. RGB value is (225,54,157). Sum of RGB (Red+Green+Blue) = 225+54+157=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 54 (21.48% from 255 or 12.39% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E1369D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1369D is #1EC962. Grayscale: #747474. Windows color (decimal): -2017635 or 10303201. OLE color: 10303201.
HSL color Cylindrical-coordinate representation of color #E1369D: hue angle of 323.86º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E1369D is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 54 | 157 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.12 |
| HSL | 323.86º | 0.74% | 0.55% | - |
| HSV(B) | 323.86º | 0.76% | 0.88% | - |
| XYZ | 38.46 | 21.08 | 33.94 | - |
| YUV | 116.87 | 150.65 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 54 | 157 | 0 | 0.76 | 0.30 | 0.12 | 323.86 | 0.74 | 0.55 |
| Hex | E1 | 36 | 9D | 0 | 4C | 1E | C | 144 | 4A | 37 |
| Octal | 341 | 66 | 235 | 0 | 114 | 36 | 14 | 504 | 112 | 67 |
| Binary | 11100001 | 110110 | 10011101 | 0 | 1001100 | 11110 | 1100 | 101000100 | 1001010 | 110111 |
Color Harmonies of #E1369D
Complementary color
Monochromatic Colors of #E1369D
Black with #E1369D
Text Example
Text Example
White with #E1369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1369D; }
p { color: rgb(225,54,157); }
H1.HeaderClassName
{
color: #E1369D;
}
.AnyTagClassName
{
color: #E1369D;
}
</style>
background-color css
<style>
a { background-color: #E1369D; }
a { background-color: rgb(225,54,157); }
div.DivClassName
{
background-color: #E1369D;
}
.BgClassName
{
background-color: #E1369D;
}
</style>
border-color css
<style>
span { border-color: #E1369D; }
span { border-color: rgb(225,54,157); }
td.TdClassName
{
border-color: #E1369D;
}
.TagClassName
{
border-color: #E1369D;
}
</style>