Shades of Razzmatazz #E40752
Tints of Razzmatazz #E40752
RGB
CMYK
RGB Variations
Color information
#E40752 (or 0xE40752) is known color: Razzmatazz. HEX triplet: E4, 07 and 52. RGB value is (228,7,82). Sum of RGB (Red+Green+Blue) = 228+7+82=317 (41% of max value = 765). Red value is 228 (89.45% from 255 or 71.92% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 228 - color contains mainly: red. Hex color #E40752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40752 is #1BF8AD. Grayscale: #515151. Windows color (decimal): -1833134 or 5375972. OLE color: 5375972.
HSL color Cylindrical-coordinate representation of color #E40752: hue angle of 339.64º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E40752 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 7 | 82 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.11 |
| HSL | 339.64º | 0.94% | 0.46% | - |
| HSV(B) | 339.64º | 0.97% | 0.89% | - |
| XYZ | 33.59 | 17.26 | 9.54 | - |
| YUV | 81.63 | 128.22 | 232.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 82 | 0 | 0.97 | 0.64 | 0.11 | 339.64 | 0.94 | 0.46 |
| Hex | E4 | 7 | 52 | 0 | 61 | 40 | B | 154 | 5E | 2E |
| Octal | 344 | 7 | 122 | 0 | 141 | 100 | 13 | 524 | 136 | 56 |
| Binary | 11100100 | 111 | 1010010 | 0 | 1100001 | 1000000 | 1011 | 101010100 | 1011110 | 101110 |
Color Harmonies of #E40752
Complementary color
Monochromatic Colors of #E40752
Black with #E40752
Text Example
Text Example
White with #E40752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40752; }
p { color: rgb(228,7,82); }
H1.HeaderClassName
{
color: #E40752;
}
.AnyTagClassName
{
color: #E40752;
}
</style>
background-color css
<style>
a { background-color: #E40752; }
a { background-color: rgb(228,7,82); }
div.DivClassName
{
background-color: #E40752;
}
.BgClassName
{
background-color: #E40752;
}
</style>
border-color css
<style>
span { border-color: #E40752; }
span { border-color: rgb(228,7,82); }
td.TdClassName
{
border-color: #E40752;
}
.TagClassName
{
border-color: #E40752;
}
</style>