Shades of Deep Cerise #E1307D
Tints of Deep Cerise #E1307D
RGB
CMYK
RGB Variations
Color information
#E1307D (or 0xE1307D) is known color: Deep Cerise. HEX triplet: E1, 30 and 7D. RGB value is (225,48,125). Sum of RGB (Red+Green+Blue) = 225+48+125=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E1307D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1307D is #1ECF82. Grayscale: #6D6D6D. Windows color (decimal): -2019203 or 8204513. OLE color: 8204513.
HSL color Cylindrical-coordinate representation of color #E1307D: hue angle of 333.9º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E1307D is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 48 | 125 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.12 |
| HSL | 333.9º | 0.75% | 0.54% | - |
| HSV(B) | 333.9º | 0.79% | 0.88% | - |
| XYZ | 35.81 | 19.6 | 21.3 | - |
| YUV | 109.7 | 136.64 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 48 | 125 | 0 | 0.79 | 0.44 | 0.12 | 333.9 | 0.75 | 0.54 |
| Hex | E1 | 30 | 7D | 0 | 4F | 2C | C | 14E | 4B | 36 |
| Octal | 341 | 60 | 175 | 0 | 117 | 54 | 14 | 516 | 113 | 66 |
| Binary | 11100001 | 110000 | 1111101 | 0 | 1001111 | 101100 | 1100 | 101001110 | 1001011 | 110110 |
Color Harmonies of #E1307D
Complementary color
Monochromatic Colors of #E1307D
Black with #E1307D
Text Example
Text Example
White with #E1307D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1307D; }
p { color: rgb(225,48,125); }
H1.HeaderClassName
{
color: #E1307D;
}
.AnyTagClassName
{
color: #E1307D;
}
</style>
background-color css
<style>
a { background-color: #E1307D; }
a { background-color: rgb(225,48,125); }
div.DivClassName
{
background-color: #E1307D;
}
.BgClassName
{
background-color: #E1307D;
}
</style>
border-color css
<style>
span { border-color: #E1307D; }
span { border-color: rgb(225,48,125); }
td.TdClassName
{
border-color: #E1307D;
}
.TagClassName
{
border-color: #E1307D;
}
</style>