Shades of Cerise #E5346B
Tints of Cerise #E5346B
RGB
CMYK
RGB Variations
Color information
#E5346B (or 0xE5346B) is known color: Cerise. HEX triplet: E5, 34 and 6B. RGB value is (229,52,107). Sum of RGB (Red+Green+Blue) = 229+52+107=388 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.02% from 388); Green value is 52 (20.70% from 255 or 13.40% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 229 - color contains mainly: red. Hex color #E5346B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5346B is #1ACB94. Grayscale: #6F6F6F. Windows color (decimal): -1756053 or 7025893. OLE color: 7025893.
HSL color Cylindrical-coordinate representation of color #E5346B: hue angle of 341.36º 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 #E5346B is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 107 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.10 |
| HSL | 341.36º | 0.77% | 0.55% | - |
| HSV(B) | 341.36º | 0.77% | 0.9% | - |
| XYZ | 36.19 | 20.18 | 15.9 | - |
| YUV | 111.19 | 125.64 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 107 | 0 | 0.77 | 0.53 | 0.10 | 341.36 | 0.77 | 0.55 |
| Hex | E5 | 34 | 6B | 0 | 4D | 35 | A | 155 | 4D | 37 |
| Octal | 345 | 64 | 153 | 0 | 115 | 65 | 12 | 525 | 115 | 67 |
| Binary | 11100101 | 110100 | 1101011 | 0 | 1001101 | 110101 | 1010 | 101010101 | 1001101 | 110111 |
Color Harmonies of #E5346B
Complementary color
Monochromatic Colors of #E5346B
Black with #E5346B
Text Example
Text Example
White with #E5346B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5346B; }
p { color: rgb(229,52,107); }
H1.HeaderClassName
{
color: #E5346B;
}
.AnyTagClassName
{
color: #E5346B;
}
</style>
background-color css
<style>
a { background-color: #E5346B; }
a { background-color: rgb(229,52,107); }
div.DivClassName
{
background-color: #E5346B;
}
.BgClassName
{
background-color: #E5346B;
}
</style>
border-color css
<style>
span { border-color: #E5346B; }
span { border-color: rgb(229,52,107); }
td.TdClassName
{
border-color: #E5346B;
}
.TagClassName
{
border-color: #E5346B;
}
</style>