Shades of Cerise #E5346A
Tints of Cerise #E5346A
RGB
CMYK
RGB Variations
Color information
#E5346A (or 0xE5346A) is known color: Cerise. HEX triplet: E5, 34 and 6A. RGB value is (229,52,106). Sum of RGB (Red+Green+Blue) = 229+52+106=387 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.17% from 387); Green value is 52 (20.70% from 255 or 13.44% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 229 - color contains mainly: red. Hex color #E5346A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5346A is #1ACB95. Grayscale: #6F6F6F. Windows color (decimal): -1756054 or 6960357. OLE color: 6960357.
HSL color Cylindrical-coordinate representation of color #E5346A: hue angle of 341.69º degrees, saturation: 0.77, 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 #E5346A is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 106 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.10 |
| HSL | 341.69º | 0.77% | 0.55% | - |
| HSV(B) | 341.69º | 0.77% | 0.9% | - |
| XYZ | 36.14 | 20.15 | 15.62 | - |
| YUV | 111.08 | 125.14 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 106 | 0 | 0.77 | 0.54 | 0.10 | 341.69 | 0.77 | 0.55 |
| Hex | E5 | 34 | 6A | 0 | 4D | 36 | A | 156 | 4D | 37 |
| Octal | 345 | 64 | 152 | 0 | 115 | 66 | 12 | 526 | 115 | 67 |
| Binary | 11100101 | 110100 | 1101010 | 0 | 1001101 | 110110 | 1010 | 101010110 | 1001101 | 110111 |
Color Harmonies of #E5346A
Complementary color
Monochromatic Colors of #E5346A
Black with #E5346A
Text Example
Text Example
White with #E5346A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5346A; }
p { color: rgb(229,52,106); }
H1.HeaderClassName
{
color: #E5346A;
}
.AnyTagClassName
{
color: #E5346A;
}
</style>
background-color css
<style>
a { background-color: #E5346A; }
a { background-color: rgb(229,52,106); }
div.DivClassName
{
background-color: #E5346A;
}
.BgClassName
{
background-color: #E5346A;
}
</style>
border-color css
<style>
span { border-color: #E5346A; }
span { border-color: rgb(229,52,106); }
td.TdClassName
{
border-color: #E5346A;
}
.TagClassName
{
border-color: #E5346A;
}
</style>