Shades of Cerise #E82F74
Tints of Cerise #E82F74
RGB
CMYK
RGB Variations
Color information
#E82F74 (or 0xE82F74) is known color: Cerise. HEX triplet: E8, 2F and 74. RGB value is (232,47,116). Sum of RGB (Red+Green+Blue) = 232+47+116=395 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.73% from 395); Green value is 47 (18.75% from 255 or 11.90% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 232 - color contains mainly: red. Hex color #E82F74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82F74 is #17D08B. Grayscale: #6E6E6E. Windows color (decimal): -1560716 or 7614440. OLE color: 7614440.
HSL color Cylindrical-coordinate representation of color #E82F74: hue angle of 337.62º degrees, saturation: 0.8, 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 #E82F74 is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 47 | 116 | - |
| CMYK | 0 | 0.80 | 0.50 | 0.09 |
| HSL | 337.62º | 0.8% | 0.55% | - |
| HSV(B) | 337.62º | 0.8% | 0.91% | - |
| XYZ | 37.45 | 20.45 | 18.5 | - |
| YUV | 110.18 | 131.29 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 47 | 116 | 0 | 0.80 | 0.50 | 0.09 | 337.62 | 0.8 | 0.55 |
| Hex | E8 | 2F | 74 | 0 | 50 | 32 | 9 | 152 | 50 | 37 |
| Octal | 350 | 57 | 164 | 0 | 120 | 62 | 11 | 522 | 120 | 67 |
| Binary | 11101000 | 101111 | 1110100 | 0 | 1010000 | 110010 | 1001 | 101010010 | 1010000 | 110111 |
Color Harmonies of #E82F74
Complementary color
Monochromatic Colors of #E82F74
Black with #E82F74
Text Example
Text Example
White with #E82F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82F74; }
p { color: rgb(232,47,116); }
H1.HeaderClassName
{
color: #E82F74;
}
.AnyTagClassName
{
color: #E82F74;
}
</style>
background-color css
<style>
a { background-color: #E82F74; }
a { background-color: rgb(232,47,116); }
div.DivClassName
{
background-color: #E82F74;
}
.BgClassName
{
background-color: #E82F74;
}
</style>
border-color css
<style>
span { border-color: #E82F74; }
span { border-color: rgb(232,47,116); }
td.TdClassName
{
border-color: #E82F74;
}
.TagClassName
{
border-color: #E82F74;
}
</style>