Shades of Deep Cerise #E5327A
Tints of Deep Cerise #E5327A
RGB
CMYK
RGB Variations
Color information
#E5327A (or 0xE5327A) is known color: Deep Cerise. HEX triplet: E5, 32 and 7A. RGB value is (229,50,122). Sum of RGB (Red+Green+Blue) = 229+50+122=401 (53% of max value = 765). Red value is 229 (89.84% from 255 or 57.11% from 401); Green value is 50 (19.92% from 255 or 12.47% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 229 - color contains mainly: red. Hex color #E5327A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5327A is #1ACD85. Grayscale: #6F6F6F. Windows color (decimal): -1756550 or 8008421. OLE color: 8008421.
HSL color Cylindrical-coordinate representation of color #E5327A: hue angle of 335.87º 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 #E5327A is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 50 | 122 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.10 |
| HSL | 335.87º | 0.77% | 0.55% | - |
| HSV(B) | 335.87º | 0.78% | 0.9% | - |
| XYZ | 36.97 | 20.34 | 20.39 | - |
| YUV | 111.73 | 133.8 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 50 | 122 | 0 | 0.78 | 0.47 | 0.10 | 335.87 | 0.77 | 0.55 |
| Hex | E5 | 32 | 7A | 0 | 4E | 2F | A | 150 | 4D | 37 |
| Octal | 345 | 62 | 172 | 0 | 116 | 57 | 12 | 520 | 115 | 67 |
| Binary | 11100101 | 110010 | 1111010 | 0 | 1001110 | 101111 | 1010 | 101010000 | 1001101 | 110111 |
Color Harmonies of #E5327A
Complementary color
Monochromatic Colors of #E5327A
Black with #E5327A
Text Example
Text Example
White with #E5327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5327A; }
p { color: rgb(229,50,122); }
H1.HeaderClassName
{
color: #E5327A;
}
.AnyTagClassName
{
color: #E5327A;
}
</style>
background-color css
<style>
a { background-color: #E5327A; }
a { background-color: rgb(229,50,122); }
div.DivClassName
{
background-color: #E5327A;
}
.BgClassName
{
background-color: #E5327A;
}
</style>
border-color css
<style>
span { border-color: #E5327A; }
span { border-color: rgb(229,50,122); }
td.TdClassName
{
border-color: #E5327A;
}
.TagClassName
{
border-color: #E5327A;
}
</style>