Shades of Deep Cerise #E1208A
Tints of Deep Cerise #E1208A
RGB
CMYK
RGB Variations
Color information
#E1208A (or 0xE1208A) is known color: Deep Cerise. HEX triplet: E1, 20 and 8A. RGB value is (225,32,138). Sum of RGB (Red+Green+Blue) = 225+32+138=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E1208A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1208A is #1EDF75. Grayscale: #656565. Windows color (decimal): -2023286 or 9052385. OLE color: 9052385.
HSL color Cylindrical-coordinate representation of color #E1208A: hue angle of 327.05º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E1208A is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 138 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.12 |
| HSL | 327.05º | 0.76% | 0.5% | - |
| HSV(B) | 327.05º | 0.86% | 0.88% | - |
| XYZ | 36.16 | 18.88 | 25.78 | - |
| YUV | 101.79 | 148.44 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 138 | 0 | 0.86 | 0.39 | 0.12 | 327.05 | 0.76 | 0.5 |
| Hex | E1 | 20 | 8A | 0 | 56 | 27 | C | 147 | 4C | 32 |
| Octal | 341 | 40 | 212 | 0 | 126 | 47 | 14 | 507 | 114 | 62 |
| Binary | 11100001 | 100000 | 10001010 | 0 | 1010110 | 100111 | 1100 | 101000111 | 1001100 | 110010 |
Color Harmonies of #E1208A
Complementary color
Monochromatic Colors of #E1208A
Black with #E1208A
Text Example
Text Example
White with #E1208A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1208A; }
p { color: rgb(225,32,138); }
H1.HeaderClassName
{
color: #E1208A;
}
.AnyTagClassName
{
color: #E1208A;
}
</style>
background-color css
<style>
a { background-color: #E1208A; }
a { background-color: rgb(225,32,138); }
div.DivClassName
{
background-color: #E1208A;
}
.BgClassName
{
background-color: #E1208A;
}
</style>
border-color css
<style>
span { border-color: #E1208A; }
span { border-color: rgb(225,32,138); }
td.TdClassName
{
border-color: #E1208A;
}
.TagClassName
{
border-color: #E1208A;
}
</style>