Shades of Deep Cerise #E3207F
Tints of Deep Cerise #E3207F
RGB
CMYK
RGB Variations
Color information
#E3207F (or 0xE3207F) is known color: Deep Cerise. HEX triplet: E3, 20 and 7F. RGB value is (227,32,127). Sum of RGB (Red+Green+Blue) = 227+32+127=386 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.81% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 227 - color contains mainly: red. Hex color #E3207F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3207F is #1CDF80. Grayscale: #646464. Windows color (decimal): -1892225 or 8331491. OLE color: 8331491.
HSL color Cylindrical-coordinate representation of color #E3207F: hue angle of 330.77º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E3207F is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 32 | 127 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.11 |
| HSL | 330.77º | 0.78% | 0.51% | - |
| HSV(B) | 330.77º | 0.86% | 0.89% | - |
| XYZ | 36.03 | 18.9 | 21.83 | - |
| YUV | 101.14 | 142.6 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 32 | 127 | 0 | 0.86 | 0.44 | 0.11 | 330.77 | 0.78 | 0.51 |
| Hex | E3 | 20 | 7F | 0 | 56 | 2C | B | 14B | 4E | 33 |
| Octal | 343 | 40 | 177 | 0 | 126 | 54 | 13 | 513 | 116 | 63 |
| Binary | 11100011 | 100000 | 1111111 | 0 | 1010110 | 101100 | 1011 | 101001011 | 1001110 | 110011 |
Color Harmonies of #E3207F
Complementary color
Monochromatic Colors of #E3207F
Black with #E3207F
Text Example
Text Example
White with #E3207F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3207F; }
p { color: rgb(227,32,127); }
H1.HeaderClassName
{
color: #E3207F;
}
.AnyTagClassName
{
color: #E3207F;
}
</style>
background-color css
<style>
a { background-color: #E3207F; }
a { background-color: rgb(227,32,127); }
div.DivClassName
{
background-color: #E3207F;
}
.BgClassName
{
background-color: #E3207F;
}
</style>
border-color css
<style>
span { border-color: #E3207F; }
span { border-color: rgb(227,32,127); }
td.TdClassName
{
border-color: #E3207F;
}
.TagClassName
{
border-color: #E3207F;
}
</style>