Shades of Deep Cerise #E1338B
Tints of Deep Cerise #E1338B
RGB
CMYK
RGB Variations
Color information
#E1338B (or 0xE1338B) is known color: Deep Cerise. HEX triplet: E1, 33 and 8B. RGB value is (225,51,139). Sum of RGB (Red+Green+Blue) = 225+51+139=415 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.22% from 415); Green value is 51 (20.31% from 255 or 12.29% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 225 - color contains mainly: red. Hex color #E1338B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1338B is #1ECC74. Grayscale: #707070. Windows color (decimal): -2018421 or 9122785. OLE color: 9122785.
HSL color Cylindrical-coordinate representation of color #E1338B: hue angle of 329.66º 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 #E1338B is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 51 | 139 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.12 |
| HSL | 329.66º | 0.74% | 0.54% | - |
| HSV(B) | 329.66º | 0.77% | 0.88% | - |
| XYZ | 36.9 | 20.24 | 26.39 | - |
| YUV | 113.06 | 142.65 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 51 | 139 | 0 | 0.77 | 0.38 | 0.12 | 329.66 | 0.74 | 0.54 |
| Hex | E1 | 33 | 8B | 0 | 4D | 26 | C | 14A | 4A | 36 |
| Octal | 341 | 63 | 213 | 0 | 115 | 46 | 14 | 512 | 112 | 66 |
| Binary | 11100001 | 110011 | 10001011 | 0 | 1001101 | 100110 | 1100 | 101001010 | 1001010 | 110110 |
Color Harmonies of #E1338B
Complementary color
Monochromatic Colors of #E1338B
Black with #E1338B
Text Example
Text Example
White with #E1338B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1338B; }
p { color: rgb(225,51,139); }
H1.HeaderClassName
{
color: #E1338B;
}
.AnyTagClassName
{
color: #E1338B;
}
</style>
background-color css
<style>
a { background-color: #E1338B; }
a { background-color: rgb(225,51,139); }
div.DivClassName
{
background-color: #E1338B;
}
.BgClassName
{
background-color: #E1338B;
}
</style>
border-color css
<style>
span { border-color: #E1338B; }
span { border-color: rgb(225,51,139); }
td.TdClassName
{
border-color: #E1338B;
}
.TagClassName
{
border-color: #E1338B;
}
</style>