Shades of Deep Cerise #E3217F
Tints of Deep Cerise #E3217F
RGB
CMYK
RGB Variations
Color information
#E3217F (or 0xE3217F) is known color: Deep Cerise. HEX triplet: E3, 21 and 7F. RGB value is (227,33,127). Sum of RGB (Red+Green+Blue) = 227+33+127=387 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.66% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 227 - color contains mainly: red. Hex color #E3217F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3217F is #1CDE80. Grayscale: #656565. Windows color (decimal): -1891969 or 8331747. OLE color: 8331747.
HSL color Cylindrical-coordinate representation of color #E3217F: hue angle of 330.93º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E3217F is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 33 | 127 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.11 |
| HSL | 330.93º | 0.78% | 0.51% | - |
| HSV(B) | 330.93º | 0.85% | 0.89% | - |
| XYZ | 36.05 | 18.95 | 21.84 | - |
| YUV | 101.72 | 142.27 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 33 | 127 | 0 | 0.85 | 0.44 | 0.11 | 330.93 | 0.78 | 0.51 |
| Hex | E3 | 21 | 7F | 0 | 55 | 2C | B | 14B | 4E | 33 |
| Octal | 343 | 41 | 177 | 0 | 125 | 54 | 13 | 513 | 116 | 63 |
| Binary | 11100011 | 100001 | 1111111 | 0 | 1010101 | 101100 | 1011 | 101001011 | 1001110 | 110011 |
Color Harmonies of #E3217F
Complementary color
Monochromatic Colors of #E3217F
Black with #E3217F
Text Example
Text Example
White with #E3217F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3217F; }
p { color: rgb(227,33,127); }
H1.HeaderClassName
{
color: #E3217F;
}
.AnyTagClassName
{
color: #E3217F;
}
</style>
background-color css
<style>
a { background-color: #E3217F; }
a { background-color: rgb(227,33,127); }
div.DivClassName
{
background-color: #E3217F;
}
.BgClassName
{
background-color: #E3217F;
}
</style>
border-color css
<style>
span { border-color: #E3217F; }
span { border-color: rgb(227,33,127); }
td.TdClassName
{
border-color: #E3217F;
}
.TagClassName
{
border-color: #E3217F;
}
</style>