Shades of Deep Cerise #E1368D
Tints of Deep Cerise #E1368D
RGB
CMYK
RGB Variations
Color information
#E1368D (or 0xE1368D) is known color: Deep Cerise. HEX triplet: E1, 36 and 8D. RGB value is (225,54,141). Sum of RGB (Red+Green+Blue) = 225+54+141=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E1368D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1368D is #1EC972. Grayscale: #727272. Windows color (decimal): -2017651 or 9254625. OLE color: 9254625.
HSL color Cylindrical-coordinate representation of color #E1368D: hue angle of 329.47º 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 #E1368D is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 54 | 141 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.12 |
| HSL | 329.47º | 0.74% | 0.55% | - |
| HSV(B) | 329.47º | 0.76% | 0.88% | - |
| XYZ | 37.18 | 20.57 | 27.21 | - |
| YUV | 115.05 | 142.65 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 54 | 141 | 0 | 0.76 | 0.37 | 0.12 | 329.47 | 0.74 | 0.55 |
| Hex | E1 | 36 | 8D | 0 | 4C | 25 | C | 149 | 4A | 37 |
| Octal | 341 | 66 | 215 | 0 | 114 | 45 | 14 | 511 | 112 | 67 |
| Binary | 11100001 | 110110 | 10001101 | 0 | 1001100 | 100101 | 1100 | 101001001 | 1001010 | 110111 |
Color Harmonies of #E1368D
Complementary color
Monochromatic Colors of #E1368D
Black with #E1368D
Text Example
Text Example
White with #E1368D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1368D; }
p { color: rgb(225,54,141); }
H1.HeaderClassName
{
color: #E1368D;
}
.AnyTagClassName
{
color: #E1368D;
}
</style>
background-color css
<style>
a { background-color: #E1368D; }
a { background-color: rgb(225,54,141); }
div.DivClassName
{
background-color: #E1368D;
}
.BgClassName
{
background-color: #E1368D;
}
</style>
border-color css
<style>
span { border-color: #E1368D; }
span { border-color: rgb(225,54,141); }
td.TdClassName
{
border-color: #E1368D;
}
.TagClassName
{
border-color: #E1368D;
}
</style>