Shades of Razzmatazz #E40569
Tints of Razzmatazz #E40569
RGB
CMYK
RGB Variations
Color information
#E40569 (or 0xE40569) is known color: Razzmatazz. HEX triplet: E4, 05 and 69. RGB value is (228,5,105). Sum of RGB (Red+Green+Blue) = 228+5+105=338 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.46% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 228 - color contains mainly: red. Hex color #E40569 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40569 is #1BFA96. Grayscale: #525252. Windows color (decimal): -1833623 or 6882788. OLE color: 6882788.
HSL color Cylindrical-coordinate representation of color #E40569: hue angle of 333.09º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E40569 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 5 | 105 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.11 |
| HSL | 333.09º | 0.96% | 0.46% | - |
| HSV(B) | 333.09º | 0.98% | 0.89% | - |
| XYZ | 34.6 | 17.62 | 14.94 | - |
| YUV | 83.08 | 140.38 | 231.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 5 | 105 | 0 | 0.98 | 0.54 | 0.11 | 333.09 | 0.96 | 0.46 |
| Hex | E4 | 5 | 69 | 0 | 62 | 36 | B | 14D | 60 | 2E |
| Octal | 344 | 5 | 151 | 0 | 142 | 66 | 13 | 515 | 140 | 56 |
| Binary | 11100100 | 101 | 1101001 | 0 | 1100010 | 110110 | 1011 | 101001101 | 1100000 | 101110 |
Color Harmonies of #E40569
Complementary color
Monochromatic Colors of #E40569
Black with #E40569
Text Example
Text Example
White with #E40569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40569; }
p { color: rgb(228,5,105); }
H1.HeaderClassName
{
color: #E40569;
}
.AnyTagClassName
{
color: #E40569;
}
</style>
background-color css
<style>
a { background-color: #E40569; }
a { background-color: rgb(228,5,105); }
div.DivClassName
{
background-color: #E40569;
}
.BgClassName
{
background-color: #E40569;
}
</style>
border-color css
<style>
span { border-color: #E40569; }
span { border-color: rgb(228,5,105); }
td.TdClassName
{
border-color: #E40569;
}
.TagClassName
{
border-color: #E40569;
}
</style>