Shades of Razzmatazz #E50D5A
Tints of Razzmatazz #E50D5A
RGB
CMYK
RGB Variations
Color information
#E50D5A (or 0xE50D5A) is known color: Razzmatazz. HEX triplet: E5, 0D and 5A. RGB value is (229,13,90). Sum of RGB (Red+Green+Blue) = 229+13+90=332 (43% of max value = 765). Red value is 229 (89.84% from 255 or 68.98% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 229 - color contains mainly: red. Hex color #E50D5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50D5A is #1AF2A5. Grayscale: #565656. Windows color (decimal): -1766054 or 5901797. OLE color: 5901797.
HSL color Cylindrical-coordinate representation of color #E50D5A: hue angle of 338.61º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E50D5A is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 13 | 90 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.10 |
| HSL | 338.61º | 0.89% | 0.47% | - |
| HSV(B) | 338.61º | 0.94% | 0.9% | - |
| XYZ | 34.3 | 17.68 | 11.28 | - |
| YUV | 86.36 | 130.06 | 229.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 13 | 90 | 0 | 0.94 | 0.61 | 0.10 | 338.61 | 0.89 | 0.47 |
| Hex | E5 | D | 5A | 0 | 5E | 3D | A | 153 | 59 | 2F |
| Octal | 345 | 15 | 132 | 0 | 136 | 75 | 12 | 523 | 131 | 57 |
| Binary | 11100101 | 1101 | 1011010 | 0 | 1011110 | 111101 | 1010 | 101010011 | 1011001 | 101111 |
Color Harmonies of #E50D5A
Complementary color
Monochromatic Colors of #E50D5A
Black with #E50D5A
Text Example
Text Example
White with #E50D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50D5A; }
p { color: rgb(229,13,90); }
H1.HeaderClassName
{
color: #E50D5A;
}
.AnyTagClassName
{
color: #E50D5A;
}
</style>
background-color css
<style>
a { background-color: #E50D5A; }
a { background-color: rgb(229,13,90); }
div.DivClassName
{
background-color: #E50D5A;
}
.BgClassName
{
background-color: #E50D5A;
}
</style>
border-color css
<style>
span { border-color: #E50D5A; }
span { border-color: rgb(229,13,90); }
td.TdClassName
{
border-color: #E50D5A;
}
.TagClassName
{
border-color: #E50D5A;
}
</style>