Shades of Deep Cerise #E0238D
Tints of Deep Cerise #E0238D
RGB
CMYK
RGB Variations
Color information
#E0238D (or 0xE0238D) is known color: Deep Cerise. HEX triplet: E0, 23 and 8D. RGB value is (224,35,141). Sum of RGB (Red+Green+Blue) = 224+35+141=400 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56% from 400); Green value is 35 (14.06% from 255 or 8.75% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 224 - color contains mainly: red. Hex color #E0238D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0238D is #1FDC72. Grayscale: #676767. Windows color (decimal): -2088051 or 9249760. OLE color: 9249760.
HSL color Cylindrical-coordinate representation of color #E0238D: hue angle of 326.35º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E0238D is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 35 | 141 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.12 |
| HSL | 326.35º | 0.75% | 0.51% | - |
| HSV(B) | 326.35º | 0.84% | 0.88% | - |
| XYZ | 36.15 | 18.97 | 26.96 | - |
| YUV | 103.6 | 149.12 | 213.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 35 | 141 | 0 | 0.84 | 0.37 | 0.12 | 326.35 | 0.75 | 0.51 |
| Hex | E0 | 23 | 8D | 0 | 54 | 25 | C | 146 | 4B | 33 |
| Octal | 340 | 43 | 215 | 0 | 124 | 45 | 14 | 506 | 113 | 63 |
| Binary | 11100000 | 100011 | 10001101 | 0 | 1010100 | 100101 | 1100 | 101000110 | 1001011 | 110011 |
Color Harmonies of #E0238D
Complementary color
Monochromatic Colors of #E0238D
Black with #E0238D
Text Example
Text Example
White with #E0238D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0238D; }
p { color: rgb(224,35,141); }
H1.HeaderClassName
{
color: #E0238D;
}
.AnyTagClassName
{
color: #E0238D;
}
</style>
background-color css
<style>
a { background-color: #E0238D; }
a { background-color: rgb(224,35,141); }
div.DivClassName
{
background-color: #E0238D;
}
.BgClassName
{
background-color: #E0238D;
}
</style>
border-color css
<style>
span { border-color: #E0238D; }
span { border-color: rgb(224,35,141); }
td.TdClassName
{
border-color: #E0238D;
}
.TagClassName
{
border-color: #E0238D;
}
</style>