Shades of Deep Cerise #E0399B
Tints of Deep Cerise #E0399B
RGB
CMYK
RGB Variations
Color information
#E0399B (or 0xE0399B) is known color: Deep Cerise. HEX triplet: E0, 39 and 9B. RGB value is (224,57,155). Sum of RGB (Red+Green+Blue) = 224+57+155=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 57 (22.66% from 255 or 13.07% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E0399B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0399B is #1FC664. Grayscale: #757575. Windows color (decimal): -2082405 or 10172896. OLE color: 10172896.
HSL color Cylindrical-coordinate representation of color #E0399B: hue angle of 324.79º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E0399B is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 57 | 155 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.12 |
| HSL | 324.79º | 0.73% | 0.55% | - |
| HSV(B) | 324.79º | 0.75% | 0.88% | - |
| XYZ | 38.12 | 21.14 | 33.08 | - |
| YUV | 118.11 | 148.83 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 57 | 155 | 0 | 0.75 | 0.31 | 0.12 | 324.79 | 0.73 | 0.55 |
| Hex | E0 | 39 | 9B | 0 | 4B | 1F | C | 145 | 49 | 37 |
| Octal | 340 | 71 | 233 | 0 | 113 | 37 | 14 | 505 | 111 | 67 |
| Binary | 11100000 | 111001 | 10011011 | 0 | 1001011 | 11111 | 1100 | 101000101 | 1001001 | 110111 |
Color Harmonies of #E0399B
Complementary color
Monochromatic Colors of #E0399B
Black with #E0399B
Text Example
Text Example
White with #E0399B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0399B; }
p { color: rgb(224,57,155); }
H1.HeaderClassName
{
color: #E0399B;
}
.AnyTagClassName
{
color: #E0399B;
}
</style>
background-color css
<style>
a { background-color: #E0399B; }
a { background-color: rgb(224,57,155); }
div.DivClassName
{
background-color: #E0399B;
}
.BgClassName
{
background-color: #E0399B;
}
</style>
border-color css
<style>
span { border-color: #E0399B; }
span { border-color: rgb(224,57,155); }
td.TdClassName
{
border-color: #E0399B;
}
.TagClassName
{
border-color: #E0399B;
}
</style>