Shades of Cerise #E5326A
Tints of Cerise #E5326A
RGB
CMYK
RGB Variations
Color information
#E5326A (or 0xE5326A) is known color: Cerise. HEX triplet: E5, 32 and 6A. RGB value is (229,50,106). Sum of RGB (Red+Green+Blue) = 229+50+106=385 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.48% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 229 - color contains mainly: red. Hex color #E5326A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5326A is #1ACD95. Grayscale: #6D6D6D. Windows color (decimal): -1756566 or 6959845. OLE color: 6959845.
HSL color Cylindrical-coordinate representation of color #E5326A: hue angle of 341.23º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E5326A is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 50 | 106 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.10 |
| HSL | 341.23º | 0.77% | 0.55% | - |
| HSV(B) | 341.23º | 0.78% | 0.9% | - |
| XYZ | 36.06 | 19.98 | 15.59 | - |
| YUV | 109.91 | 125.8 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 50 | 106 | 0 | 0.78 | 0.54 | 0.10 | 341.23 | 0.77 | 0.55 |
| Hex | E5 | 32 | 6A | 0 | 4E | 36 | A | 155 | 4D | 37 |
| Octal | 345 | 62 | 152 | 0 | 116 | 66 | 12 | 525 | 115 | 67 |
| Binary | 11100101 | 110010 | 1101010 | 0 | 1001110 | 110110 | 1010 | 101010101 | 1001101 | 110111 |
Color Harmonies of #E5326A
Complementary color
Monochromatic Colors of #E5326A
Black with #E5326A
Text Example
Text Example
White with #E5326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5326A; }
p { color: rgb(229,50,106); }
H1.HeaderClassName
{
color: #E5326A;
}
.AnyTagClassName
{
color: #E5326A;
}
</style>
background-color css
<style>
a { background-color: #E5326A; }
a { background-color: rgb(229,50,106); }
div.DivClassName
{
background-color: #E5326A;
}
.BgClassName
{
background-color: #E5326A;
}
</style>
border-color css
<style>
span { border-color: #E5326A; }
span { border-color: rgb(229,50,106); }
td.TdClassName
{
border-color: #E5326A;
}
.TagClassName
{
border-color: #E5326A;
}
</style>