Shades of Razzmatazz #E00752
Tints of Razzmatazz #E00752
RGB
CMYK
RGB Variations
Color information
#E00752 (or 0xE00752) is known color: Razzmatazz. HEX triplet: E0, 07 and 52. RGB value is (224,7,82). Sum of RGB (Red+Green+Blue) = 224+7+82=313 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.57% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 224 - color contains mainly: red. Hex color #E00752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00752 is #1FF8AD. Grayscale: #505050. Windows color (decimal): -2095278 or 5375968. OLE color: 5375968.
HSL color Cylindrical-coordinate representation of color #E00752: hue angle of 339.26º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E00752 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 7 | 82 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.12 |
| HSL | 339.26º | 0.94% | 0.45% | - |
| HSV(B) | 339.26º | 0.97% | 0.88% | - |
| XYZ | 32.34 | 16.61 | 9.48 | - |
| YUV | 80.43 | 128.89 | 230.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 7 | 82 | 0 | 0.97 | 0.63 | 0.12 | 339.26 | 0.94 | 0.45 |
| Hex | E0 | 7 | 52 | 0 | 61 | 3F | C | 153 | 5E | 2D |
| Octal | 340 | 7 | 122 | 0 | 141 | 77 | 14 | 523 | 136 | 55 |
| Binary | 11100000 | 111 | 1010010 | 0 | 1100001 | 111111 | 1100 | 101010011 | 1011110 | 101101 |
Color Harmonies of #E00752
Complementary color
Monochromatic Colors of #E00752
Black with #E00752
Text Example
Text Example
White with #E00752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00752; }
p { color: rgb(224,7,82); }
H1.HeaderClassName
{
color: #E00752;
}
.AnyTagClassName
{
color: #E00752;
}
</style>
background-color css
<style>
a { background-color: #E00752; }
a { background-color: rgb(224,7,82); }
div.DivClassName
{
background-color: #E00752;
}
.BgClassName
{
background-color: #E00752;
}
</style>
border-color css
<style>
span { border-color: #E00752; }
span { border-color: rgb(224,7,82); }
td.TdClassName
{
border-color: #E00752;
}
.TagClassName
{
border-color: #E00752;
}
</style>