Shades of Deep Cerise #E2318D
Tints of Deep Cerise #E2318D
RGB
CMYK
RGB Variations
Color information
#E2318D (or 0xE2318D) is known color: Deep Cerise. HEX triplet: E2, 31 and 8D. RGB value is (226,49,141). Sum of RGB (Red+Green+Blue) = 226+49+141=416 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.33% from 416); Green value is 49 (19.53% from 255 or 11.78% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 226 - color contains mainly: red. Hex color #E2318D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2318D is #1DCE72. Grayscale: #707070. Windows color (decimal): -1953395 or 9253346. OLE color: 9253346.
HSL color Cylindrical-coordinate representation of color #E2318D: hue angle of 328.81º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E2318D is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 49 | 141 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.11 |
| HSL | 328.81º | 0.75% | 0.54% | - |
| HSV(B) | 328.81º | 0.78% | 0.89% | - |
| XYZ | 37.27 | 20.29 | 27.15 | - |
| YUV | 112.41 | 144.14 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 49 | 141 | 0 | 0.78 | 0.38 | 0.11 | 328.81 | 0.75 | 0.54 |
| Hex | E2 | 31 | 8D | 0 | 4E | 26 | B | 149 | 4B | 36 |
| Octal | 342 | 61 | 215 | 0 | 116 | 46 | 13 | 511 | 113 | 66 |
| Binary | 11100010 | 110001 | 10001101 | 0 | 1001110 | 100110 | 1011 | 101001001 | 1001011 | 110110 |
Color Harmonies of #E2318D
Complementary color
Monochromatic Colors of #E2318D
Black with #E2318D
Text Example
Text Example
White with #E2318D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2318D; }
p { color: rgb(226,49,141); }
H1.HeaderClassName
{
color: #E2318D;
}
.AnyTagClassName
{
color: #E2318D;
}
</style>
background-color css
<style>
a { background-color: #E2318D; }
a { background-color: rgb(226,49,141); }
div.DivClassName
{
background-color: #E2318D;
}
.BgClassName
{
background-color: #E2318D;
}
</style>
border-color css
<style>
span { border-color: #E2318D; }
span { border-color: rgb(226,49,141); }
td.TdClassName
{
border-color: #E2318D;
}
.TagClassName
{
border-color: #E2318D;
}
</style>