Shades of Deep Cerise #E32F93
Tints of Deep Cerise #E32F93
RGB
CMYK
RGB Variations
Color information
#E32F93 (or 0xE32F93) is known color: Deep Cerise. HEX triplet: E3, 2F and 93. RGB value is (227,47,147). Sum of RGB (Red+Green+Blue) = 227+47+147=421 (55% of max value = 765). Red value is 227 (89.06% from 255 or 53.92% from 421); Green value is 47 (18.75% from 255 or 11.16% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 227 - color contains mainly: red. Hex color #E32F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32F93 is #1CD06C. Grayscale: #6F6F6F. Windows color (decimal): -1888365 or 9646051. OLE color: 9646051.
HSL color Cylindrical-coordinate representation of color #E32F93: hue angle of 326.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 #E32F93 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 47 | 147 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.11 |
| HSL | 326.67º | 0.76% | 0.54% | - |
| HSV(B) | 326.67º | 0.79% | 0.89% | - |
| XYZ | 37.96 | 20.47 | 29.55 | - |
| YUV | 112.22 | 147.63 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 47 | 147 | 0 | 0.79 | 0.35 | 0.11 | 326.67 | 0.76 | 0.54 |
| Hex | E3 | 2F | 93 | 0 | 4F | 23 | B | 147 | 4C | 36 |
| Octal | 343 | 57 | 223 | 0 | 117 | 43 | 13 | 507 | 114 | 66 |
| Binary | 11100011 | 101111 | 10010011 | 0 | 1001111 | 100011 | 1011 | 101000111 | 1001100 | 110110 |
Color Harmonies of #E32F93
Complementary color
Monochromatic Colors of #E32F93
Black with #E32F93
Text Example
Text Example
White with #E32F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32F93; }
p { color: rgb(227,47,147); }
H1.HeaderClassName
{
color: #E32F93;
}
.AnyTagClassName
{
color: #E32F93;
}
</style>
background-color css
<style>
a { background-color: #E32F93; }
a { background-color: rgb(227,47,147); }
div.DivClassName
{
background-color: #E32F93;
}
.BgClassName
{
background-color: #E32F93;
}
</style>
border-color css
<style>
span { border-color: #E32F93; }
span { border-color: rgb(227,47,147); }
td.TdClassName
{
border-color: #E32F93;
}
.TagClassName
{
border-color: #E32F93;
}
</style>