Shades of Deep Cerise #E0338B
Tints of Deep Cerise #E0338B
RGB
CMYK
RGB Variations
Color information
#E0338B (or 0xE0338B) is known color: Deep Cerise. HEX triplet: E0, 33 and 8B. RGB value is (224,51,139). Sum of RGB (Red+Green+Blue) = 224+51+139=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E0338B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0338B is #1FCC74. Grayscale: #707070. Windows color (decimal): -2083957 or 9122784. OLE color: 9122784.
HSL color Cylindrical-coordinate representation of color #E0338B: hue angle of 329.48º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E0338B is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 51 | 139 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.12 |
| HSL | 329.48º | 0.74% | 0.54% | - |
| HSV(B) | 329.48º | 0.77% | 0.88% | - |
| XYZ | 36.58 | 20.08 | 26.37 | - |
| YUV | 112.76 | 142.81 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 51 | 139 | 0 | 0.77 | 0.38 | 0.12 | 329.48 | 0.74 | 0.54 |
| Hex | E0 | 33 | 8B | 0 | 4D | 26 | C | 149 | 4A | 36 |
| Octal | 340 | 63 | 213 | 0 | 115 | 46 | 14 | 511 | 112 | 66 |
| Binary | 11100000 | 110011 | 10001011 | 0 | 1001101 | 100110 | 1100 | 101001001 | 1001010 | 110110 |
Color Harmonies of #E0338B
Complementary color
Monochromatic Colors of #E0338B
Black with #E0338B
Text Example
Text Example
White with #E0338B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0338B; }
p { color: rgb(224,51,139); }
H1.HeaderClassName
{
color: #E0338B;
}
.AnyTagClassName
{
color: #E0338B;
}
</style>
background-color css
<style>
a { background-color: #E0338B; }
a { background-color: rgb(224,51,139); }
div.DivClassName
{
background-color: #E0338B;
}
.BgClassName
{
background-color: #E0338B;
}
</style>
border-color css
<style>
span { border-color: #E0338B; }
span { border-color: rgb(224,51,139); }
td.TdClassName
{
border-color: #E0338B;
}
.TagClassName
{
border-color: #E0338B;
}
</style>