Shades of Deep Cerise #E32F7D
Tints of Deep Cerise #E32F7D
RGB
CMYK
RGB Variations
Color information
#E32F7D (or 0xE32F7D) is known color: Deep Cerise. HEX triplet: E3, 2F and 7D. RGB value is (227,47,125). Sum of RGB (Red+Green+Blue) = 227+47+125=399 (52% of max value = 765). Red value is 227 (89.06% from 255 or 56.89% from 399); Green value is 47 (18.75% from 255 or 11.78% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 227 - color contains mainly: red. Hex color #E32F7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32F7D is #1CD082. Grayscale: #6D6D6D. Windows color (decimal): -1888387 or 8204259. OLE color: 8204259.
HSL color Cylindrical-coordinate representation of color #E32F7D: hue angle of 334º 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 #E32F7D is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 47 | 125 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.11 |
| HSL | 334º | 0.76% | 0.54% | - |
| HSV(B) | 334º | 0.79% | 0.89% | - |
| XYZ | 36.4 | 19.84 | 21.31 | - |
| YUV | 109.71 | 136.63 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 47 | 125 | 0 | 0.79 | 0.45 | 0.11 | 334 | 0.76 | 0.54 |
| Hex | E3 | 2F | 7D | 0 | 4F | 2D | B | 14E | 4C | 36 |
| Octal | 343 | 57 | 175 | 0 | 117 | 55 | 13 | 516 | 114 | 66 |
| Binary | 11100011 | 101111 | 1111101 | 0 | 1001111 | 101101 | 1011 | 101001110 | 1001100 | 110110 |
Color Harmonies of #E32F7D
Complementary color
Monochromatic Colors of #E32F7D
Black with #E32F7D
Text Example
Text Example
White with #E32F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32F7D; }
p { color: rgb(227,47,125); }
H1.HeaderClassName
{
color: #E32F7D;
}
.AnyTagClassName
{
color: #E32F7D;
}
</style>
background-color css
<style>
a { background-color: #E32F7D; }
a { background-color: rgb(227,47,125); }
div.DivClassName
{
background-color: #E32F7D;
}
.BgClassName
{
background-color: #E32F7D;
}
</style>
border-color css
<style>
span { border-color: #E32F7D; }
span { border-color: rgb(227,47,125); }
td.TdClassName
{
border-color: #E32F7D;
}
.TagClassName
{
border-color: #E32F7D;
}
</style>