Shades of Deep Cerise #E13289
Tints of Deep Cerise #E13289
RGB
CMYK
RGB Variations
Color information
#E13289 (or 0xE13289) is known color: Deep Cerise. HEX triplet: E1, 32 and 89. RGB value is (225,50,137). Sum of RGB (Red+Green+Blue) = 225+50+137=412 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.61% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 225 - color contains mainly: red. Hex color #E13289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13289 is #1ECD76. Grayscale: #707070. Windows color (decimal): -2018679 or 8991457. OLE color: 8991457.
HSL color Cylindrical-coordinate representation of color #E13289: hue angle of 330.17º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E13289 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 50 | 137 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.12 |
| HSL | 330.17º | 0.74% | 0.54% | - |
| HSV(B) | 330.17º | 0.78% | 0.88% | - |
| XYZ | 36.71 | 20.09 | 25.61 | - |
| YUV | 112.24 | 141.98 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 50 | 137 | 0 | 0.78 | 0.39 | 0.12 | 330.17 | 0.74 | 0.54 |
| Hex | E1 | 32 | 89 | 0 | 4E | 27 | C | 14A | 4A | 36 |
| Octal | 341 | 62 | 211 | 0 | 116 | 47 | 14 | 512 | 112 | 66 |
| Binary | 11100001 | 110010 | 10001001 | 0 | 1001110 | 100111 | 1100 | 101001010 | 1001010 | 110110 |
Color Harmonies of #E13289
Complementary color
Monochromatic Colors of #E13289
Black with #E13289
Text Example
Text Example
White with #E13289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13289; }
p { color: rgb(225,50,137); }
H1.HeaderClassName
{
color: #E13289;
}
.AnyTagClassName
{
color: #E13289;
}
</style>
background-color css
<style>
a { background-color: #E13289; }
a { background-color: rgb(225,50,137); }
div.DivClassName
{
background-color: #E13289;
}
.BgClassName
{
background-color: #E13289;
}
</style>
border-color css
<style>
span { border-color: #E13289; }
span { border-color: rgb(225,50,137); }
td.TdClassName
{
border-color: #E13289;
}
.TagClassName
{
border-color: #E13289;
}
</style>