Shades of Cerise #E82F68
Tints of Cerise #E82F68
RGB
CMYK
RGB Variations
Color information
#E82F68 (or 0xE82F68) is known color: Cerise. HEX triplet: E8, 2F and 68. RGB value is (232,47,104). Sum of RGB (Red+Green+Blue) = 232+47+104=383 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.57% from 383); Green value is 47 (18.75% from 255 or 12.27% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 232 - color contains mainly: red. Hex color #E82F68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82F68 is #17D097. Grayscale: #6C6C6C. Windows color (decimal): -1560728 or 6828008. OLE color: 6828008.
HSL color Cylindrical-coordinate representation of color #E82F68: hue angle of 341.51º 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 #E82F68 is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 47 | 104 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.09 |
| HSL | 341.51º | 0.8% | 0.55% | - |
| HSV(B) | 341.51º | 0.8% | 0.91% | - |
| XYZ | 36.79 | 20.19 | 15.05 | - |
| YUV | 108.81 | 125.29 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 47 | 104 | 0 | 0.80 | 0.55 | 0.09 | 341.51 | 0.8 | 0.55 |
| Hex | E8 | 2F | 68 | 0 | 50 | 37 | 9 | 156 | 50 | 37 |
| Octal | 350 | 57 | 150 | 0 | 120 | 67 | 11 | 526 | 120 | 67 |
| Binary | 11101000 | 101111 | 1101000 | 0 | 1010000 | 110111 | 1001 | 101010110 | 1010000 | 110111 |
Color Harmonies of #E82F68
Complementary color
Monochromatic Colors of #E82F68
Black with #E82F68
Text Example
Text Example
White with #E82F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82F68; }
p { color: rgb(232,47,104); }
H1.HeaderClassName
{
color: #E82F68;
}
.AnyTagClassName
{
color: #E82F68;
}
</style>
background-color css
<style>
a { background-color: #E82F68; }
a { background-color: rgb(232,47,104); }
div.DivClassName
{
background-color: #E82F68;
}
.BgClassName
{
background-color: #E82F68;
}
</style>
border-color css
<style>
span { border-color: #E82F68; }
span { border-color: rgb(232,47,104); }
td.TdClassName
{
border-color: #E82F68;
}
.TagClassName
{
border-color: #E82F68;
}
</style>