Shades of Razzmatazz #E0024D
Tints of Razzmatazz #E0024D
RGB
CMYK
RGB Variations
Color information
#E0024D (or 0xE0024D) is known color: Razzmatazz. HEX triplet: E0, 02 and 4D. RGB value is (224,2,77). Sum of RGB (Red+Green+Blue) = 224+2+77=303 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.93% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 224 - color contains mainly: red. Hex color #E0024D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0024D is #1FFDB2. Grayscale: #4C4C4C. Windows color (decimal): -2096563 or 5047008. OLE color: 5047008.
HSL color Cylindrical-coordinate representation of color #E0024D: hue angle of 339.73º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E0024D is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 77 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.12 |
| HSL | 339.73º | 0.98% | 0.44% | - |
| HSV(B) | 339.73º | 0.99% | 0.88% | - |
| XYZ | 32.1 | 16.43 | 8.5 | - |
| YUV | 76.93 | 128.05 | 232.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 77 | 0 | 0.99 | 0.66 | 0.12 | 339.73 | 0.98 | 0.44 |
| Hex | E0 | 2 | 4D | 0 | 63 | 42 | C | 154 | 62 | 2C |
| Octal | 340 | 2 | 115 | 0 | 143 | 102 | 14 | 524 | 142 | 54 |
| Binary | 11100000 | 10 | 1001101 | 0 | 1100011 | 1000010 | 1100 | 101010100 | 1100010 | 101100 |
Color Harmonies of #E0024D
Complementary color
Monochromatic Colors of #E0024D
Black with #E0024D
Text Example
Text Example
White with #E0024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0024D; }
p { color: rgb(224,2,77); }
H1.HeaderClassName
{
color: #E0024D;
}
.AnyTagClassName
{
color: #E0024D;
}
</style>
background-color css
<style>
a { background-color: #E0024D; }
a { background-color: rgb(224,2,77); }
div.DivClassName
{
background-color: #E0024D;
}
.BgClassName
{
background-color: #E0024D;
}
</style>
border-color css
<style>
span { border-color: #E0024D; }
span { border-color: rgb(224,2,77); }
td.TdClassName
{
border-color: #E0024D;
}
.TagClassName
{
border-color: #E0024D;
}
</style>