Shades of Deep Cerise #E12675
Tints of Deep Cerise #E12675
RGB
CMYK
RGB Variations
Color information
#E12675 (or 0xE12675) is known color: Deep Cerise. HEX triplet: E1, 26 and 75. RGB value is (225,38,117). Sum of RGB (Red+Green+Blue) = 225+38+117=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 38 (15.23% from 255 or 10% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E12675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12675 is #1ED98A. Grayscale: #666666. Windows color (decimal): -2021771 or 7677665. OLE color: 7677665.
HSL color Cylindrical-coordinate representation of color #E12675: hue angle of 334.65º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E12675 is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 38 | 117 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.12 |
| HSL | 334.65º | 0.76% | 0.52% | - |
| HSV(B) | 334.65º | 0.83% | 0.88% | - |
| XYZ | 34.96 | 18.68 | 18.59 | - |
| YUV | 102.92 | 135.95 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 38 | 117 | 0 | 0.83 | 0.48 | 0.12 | 334.65 | 0.76 | 0.52 |
| Hex | E1 | 26 | 75 | 0 | 53 | 30 | C | 14F | 4C | 34 |
| Octal | 341 | 46 | 165 | 0 | 123 | 60 | 14 | 517 | 114 | 64 |
| Binary | 11100001 | 100110 | 1110101 | 0 | 1010011 | 110000 | 1100 | 101001111 | 1001100 | 110100 |
Color Harmonies of #E12675
Complementary color
Monochromatic Colors of #E12675
Black with #E12675
Text Example
Text Example
White with #E12675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12675; }
p { color: rgb(225,38,117); }
H1.HeaderClassName
{
color: #E12675;
}
.AnyTagClassName
{
color: #E12675;
}
</style>
background-color css
<style>
a { background-color: #E12675; }
a { background-color: rgb(225,38,117); }
div.DivClassName
{
background-color: #E12675;
}
.BgClassName
{
background-color: #E12675;
}
</style>
border-color css
<style>
span { border-color: #E12675; }
span { border-color: rgb(225,38,117); }
td.TdClassName
{
border-color: #E12675;
}
.TagClassName
{
border-color: #E12675;
}
</style>