Shades of Razzmatazz #E50469
Tints of Razzmatazz #E50469
RGB
CMYK
RGB Variations
Color information
#E50469 (or 0xE50469) is known color: Razzmatazz. HEX triplet: E5, 04 and 69. RGB value is (229,4,105). Sum of RGB (Red+Green+Blue) = 229+4+105=338 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.75% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 229 - color contains mainly: red. Hex color #E50469 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50469 is #1AFB96. Grayscale: #525252. Windows color (decimal): -1768343 or 6882533. OLE color: 6882533.
HSL color Cylindrical-coordinate representation of color #E50469: hue angle of 333.07º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E50469 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 4 | 105 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.10 |
| HSL | 333.07º | 0.97% | 0.46% | - |
| HSV(B) | 333.07º | 0.98% | 0.9% | - |
| XYZ | 34.91 | 17.76 | 14.95 | - |
| YUV | 82.79 | 140.54 | 232.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 4 | 105 | 0 | 0.98 | 0.54 | 0.10 | 333.07 | 0.97 | 0.46 |
| Hex | E5 | 4 | 69 | 0 | 62 | 36 | A | 14D | 61 | 2E |
| Octal | 345 | 4 | 151 | 0 | 142 | 66 | 12 | 515 | 141 | 56 |
| Binary | 11100101 | 100 | 1101001 | 0 | 1100010 | 110110 | 1010 | 101001101 | 1100001 | 101110 |
Color Harmonies of #E50469
Complementary color
Monochromatic Colors of #E50469
Black with #E50469
Text Example
Text Example
White with #E50469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50469; }
p { color: rgb(229,4,105); }
H1.HeaderClassName
{
color: #E50469;
}
.AnyTagClassName
{
color: #E50469;
}
</style>
background-color css
<style>
a { background-color: #E50469; }
a { background-color: rgb(229,4,105); }
div.DivClassName
{
background-color: #E50469;
}
.BgClassName
{
background-color: #E50469;
}
</style>
border-color css
<style>
span { border-color: #E50469; }
span { border-color: rgb(229,4,105); }
td.TdClassName
{
border-color: #E50469;
}
.TagClassName
{
border-color: #E50469;
}
</style>