Shades of Razzmatazz #E00552
Tints of Razzmatazz #E00552
RGB
CMYK
RGB Variations
Color information
#E00552 (or 0xE00552) is known color: Razzmatazz. HEX triplet: E0, 05 and 52. RGB value is (224,5,82). Sum of RGB (Red+Green+Blue) = 224+5+82=311 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.03% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 82 (32.42% from 255 or 26.37% from 311); Max value from RGB is 224 - color contains mainly: red. Hex color #E00552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00552 is #1FFAAD. Grayscale: #4F4F4F. Windows color (decimal): -2095790 or 5375456. OLE color: 5375456.
HSL color Cylindrical-coordinate representation of color #E00552: hue angle of 338.9º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E00552 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 5 | 82 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.12 |
| HSL | 338.9º | 0.96% | 0.45% | - |
| HSV(B) | 338.9º | 0.98% | 0.88% | - |
| XYZ | 32.32 | 16.57 | 9.48 | - |
| YUV | 79.26 | 129.55 | 231.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 82 | 0 | 0.98 | 0.63 | 0.12 | 338.9 | 0.96 | 0.45 |
| Hex | E0 | 5 | 52 | 0 | 62 | 3F | C | 153 | 60 | 2D |
| Octal | 340 | 5 | 122 | 0 | 142 | 77 | 14 | 523 | 140 | 55 |
| Binary | 11100000 | 101 | 1010010 | 0 | 1100010 | 111111 | 1100 | 101010011 | 1100000 | 101101 |
Color Harmonies of #E00552
Complementary color
Monochromatic Colors of #E00552
Black with #E00552
Text Example
Text Example
White with #E00552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00552; }
p { color: rgb(224,5,82); }
H1.HeaderClassName
{
color: #E00552;
}
.AnyTagClassName
{
color: #E00552;
}
</style>
background-color css
<style>
a { background-color: #E00552; }
a { background-color: rgb(224,5,82); }
div.DivClassName
{
background-color: #E00552;
}
.BgClassName
{
background-color: #E00552;
}
</style>
border-color css
<style>
span { border-color: #E00552; }
span { border-color: rgb(224,5,82); }
td.TdClassName
{
border-color: #E00552;
}
.TagClassName
{
border-color: #E00552;
}
</style>