Shades of Deep Cerise #E32F7E
Tints of Deep Cerise #E32F7E
RGB
CMYK
RGB Variations
Color information
#E32F7E (or 0xE32F7E) is known color: Deep Cerise. HEX triplet: E3, 2F and 7E. RGB value is (227,47,126). Sum of RGB (Red+Green+Blue) = 227+47+126=400 (52% of max value = 765). Red value is 227 (89.06% from 255 or 56.75% from 400); Green value is 47 (18.75% from 255 or 11.75% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 227 - color contains mainly: red. Hex color #E32F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32F7E is #1CD081. Grayscale: #6D6D6D. Windows color (decimal): -1888386 or 8269795. OLE color: 8269795.
HSL color Cylindrical-coordinate representation of color #E32F7E: hue angle of 333.67º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E32F7E is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 47 | 126 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.11 |
| HSL | 333.67º | 0.76% | 0.54% | - |
| HSV(B) | 333.67º | 0.79% | 0.89% | - |
| XYZ | 36.46 | 19.87 | 21.65 | - |
| YUV | 109.83 | 137.13 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 47 | 126 | 0 | 0.79 | 0.44 | 0.11 | 333.67 | 0.76 | 0.54 |
| Hex | E3 | 2F | 7E | 0 | 4F | 2C | B | 14E | 4C | 36 |
| Octal | 343 | 57 | 176 | 0 | 117 | 54 | 13 | 516 | 114 | 66 |
| Binary | 11100011 | 101111 | 1111110 | 0 | 1001111 | 101100 | 1011 | 101001110 | 1001100 | 110110 |
Color Harmonies of #E32F7E
Complementary color
Monochromatic Colors of #E32F7E
Black with #E32F7E
Text Example
Text Example
White with #E32F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32F7E; }
p { color: rgb(227,47,126); }
H1.HeaderClassName
{
color: #E32F7E;
}
.AnyTagClassName
{
color: #E32F7E;
}
</style>
background-color css
<style>
a { background-color: #E32F7E; }
a { background-color: rgb(227,47,126); }
div.DivClassName
{
background-color: #E32F7E;
}
.BgClassName
{
background-color: #E32F7E;
}
</style>
border-color css
<style>
span { border-color: #E32F7E; }
span { border-color: rgb(227,47,126); }
td.TdClassName
{
border-color: #E32F7E;
}
.TagClassName
{
border-color: #E32F7E;
}
</style>