Shades of Deep Cerise #E13285
Tints of Deep Cerise #E13285
RGB
CMYK
RGB Variations
Color information
#E13285 (or 0xE13285) is known color: Deep Cerise. HEX triplet: E1, 32 and 85. RGB value is (225,50,133). Sum of RGB (Red+Green+Blue) = 225+50+133=408 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.15% from 408); Green value is 50 (19.92% from 255 or 12.25% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 225 - color contains mainly: red. Hex color #E13285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13285 is #1ECD7A. Grayscale: #6F6F6F. Windows color (decimal): -2018683 or 8729313. OLE color: 8729313.
HSL color Cylindrical-coordinate representation of color #E13285: hue angle of 331.54º 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 #E13285 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 50 | 133 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.12 |
| HSL | 331.54º | 0.74% | 0.54% | - |
| HSV(B) | 331.54º | 0.78% | 0.88% | - |
| XYZ | 36.43 | 19.98 | 24.13 | - |
| YUV | 111.79 | 139.98 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 50 | 133 | 0 | 0.78 | 0.41 | 0.12 | 331.54 | 0.74 | 0.54 |
| Hex | E1 | 32 | 85 | 0 | 4E | 29 | C | 14C | 4A | 36 |
| Octal | 341 | 62 | 205 | 0 | 116 | 51 | 14 | 514 | 112 | 66 |
| Binary | 11100001 | 110010 | 10000101 | 0 | 1001110 | 101001 | 1100 | 101001100 | 1001010 | 110110 |
Color Harmonies of #E13285
Complementary color
Monochromatic Colors of #E13285
Black with #E13285
Text Example
Text Example
White with #E13285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13285; }
p { color: rgb(225,50,133); }
H1.HeaderClassName
{
color: #E13285;
}
.AnyTagClassName
{
color: #E13285;
}
</style>
background-color css
<style>
a { background-color: #E13285; }
a { background-color: rgb(225,50,133); }
div.DivClassName
{
background-color: #E13285;
}
.BgClassName
{
background-color: #E13285;
}
</style>
border-color css
<style>
span { border-color: #E13285; }
span { border-color: rgb(225,50,133); }
td.TdClassName
{
border-color: #E13285;
}
.TagClassName
{
border-color: #E13285;
}
</style>