Shades of Deep Cerise #E72F8C
Tints of Deep Cerise #E72F8C
RGB
CMYK
RGB Variations
Color information
#E72F8C (or 0xE72F8C) is known color: Deep Cerise. HEX triplet: E7, 2F and 8C. RGB value is (231,47,140). Sum of RGB (Red+Green+Blue) = 231+47+140=418 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.26% from 418); Green value is 47 (18.75% from 255 or 11.24% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 231 - color contains mainly: red. Hex color #E72F8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72F8C is #18D073. Grayscale: #707070. Windows color (decimal): -1626228 or 9187303. OLE color: 9187303.
HSL color Cylindrical-coordinate representation of color #E72F8C: hue angle of 329.67º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E72F8C is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 47 | 140 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.09 |
| HSL | 329.67º | 0.79% | 0.55% | - |
| HSV(B) | 329.67º | 0.8% | 0.91% | - |
| XYZ | 38.71 | 20.92 | 26.81 | - |
| YUV | 112.62 | 143.46 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 47 | 140 | 0 | 0.80 | 0.39 | 0.09 | 329.67 | 0.79 | 0.55 |
| Hex | E7 | 2F | 8C | 0 | 50 | 27 | 9 | 14A | 4F | 37 |
| Octal | 347 | 57 | 214 | 0 | 120 | 47 | 11 | 512 | 117 | 67 |
| Binary | 11100111 | 101111 | 10001100 | 0 | 1010000 | 100111 | 1001 | 101001010 | 1001111 | 110111 |
Color Harmonies of #E72F8C
Complementary color
Monochromatic Colors of #E72F8C
Black with #E72F8C
Text Example
Text Example
White with #E72F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72F8C; }
p { color: rgb(231,47,140); }
H1.HeaderClassName
{
color: #E72F8C;
}
.AnyTagClassName
{
color: #E72F8C;
}
</style>
background-color css
<style>
a { background-color: #E72F8C; }
a { background-color: rgb(231,47,140); }
div.DivClassName
{
background-color: #E72F8C;
}
.BgClassName
{
background-color: #E72F8C;
}
</style>
border-color css
<style>
span { border-color: #E72F8C; }
span { border-color: rgb(231,47,140); }
td.TdClassName
{
border-color: #E72F8C;
}
.TagClassName
{
border-color: #E72F8C;
}
</style>