Shades of Cerise #E6345E
Tints of Cerise #E6345E
RGB
CMYK
RGB Variations
Color information
#E6345E (or 0xE6345E) is known color: Cerise. HEX triplet: E6, 34 and 5E. RGB value is (230,52,94). Sum of RGB (Red+Green+Blue) = 230+52+94=376 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.17% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 230 - color contains mainly: red. Hex color #E6345E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6345E is #19CBA1. Grayscale: #6E6E6E. Windows color (decimal): -1690530 or 6173926. OLE color: 6173926.
HSL color Cylindrical-coordinate representation of color #E6345E: hue angle of 345.84º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E6345E is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 52 | 94 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.10 |
| HSL | 345.84º | 0.78% | 0.55% | - |
| HSV(B) | 345.84º | 0.77% | 0.9% | - |
| XYZ | 35.88 | 20.09 | 12.58 | - |
| YUV | 110.01 | 118.97 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 52 | 94 | 0 | 0.77 | 0.59 | 0.10 | 345.84 | 0.78 | 0.55 |
| Hex | E6 | 34 | 5E | 0 | 4D | 3B | A | 15A | 4E | 37 |
| Octal | 346 | 64 | 136 | 0 | 115 | 73 | 12 | 532 | 116 | 67 |
| Binary | 11100110 | 110100 | 1011110 | 0 | 1001101 | 111011 | 1010 | 101011010 | 1001110 | 110111 |
Color Harmonies of #E6345E
Complementary color
Monochromatic Colors of #E6345E
Black with #E6345E
Text Example
Text Example
White with #E6345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6345E; }
p { color: rgb(230,52,94); }
H1.HeaderClassName
{
color: #E6345E;
}
.AnyTagClassName
{
color: #E6345E;
}
</style>
background-color css
<style>
a { background-color: #E6345E; }
a { background-color: rgb(230,52,94); }
div.DivClassName
{
background-color: #E6345E;
}
.BgClassName
{
background-color: #E6345E;
}
</style>
border-color css
<style>
span { border-color: #E6345E; }
span { border-color: rgb(230,52,94); }
td.TdClassName
{
border-color: #E6345E;
}
.TagClassName
{
border-color: #E6345E;
}
</style>