Shades of Razzmatazz #E0024B
Tints of Razzmatazz #E0024B
RGB
CMYK
RGB Variations
Color information
#E0024B (or 0xE0024B) is known color: Razzmatazz. HEX triplet: E0, 02 and 4B. RGB value is (224,2,75). Sum of RGB (Red+Green+Blue) = 224+2+75=301 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.42% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 224 - color contains mainly: red. Hex color #E0024B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0024B is #1FFDB4. Grayscale: #4C4C4C. Windows color (decimal): -2096565 or 4915936. OLE color: 4915936.
HSL color Cylindrical-coordinate representation of color #E0024B: hue angle of 340.27º 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 #E0024B is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 75 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.12 |
| HSL | 340.27º | 0.98% | 0.44% | - |
| HSV(B) | 340.27º | 0.99% | 0.88% | - |
| XYZ | 32.03 | 16.4 | 8.13 | - |
| YUV | 76.7 | 127.05 | 233.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 75 | 0 | 0.99 | 0.67 | 0.12 | 340.27 | 0.98 | 0.44 |
| Hex | E0 | 2 | 4B | 0 | 63 | 43 | C | 154 | 62 | 2C |
| Octal | 340 | 2 | 113 | 0 | 143 | 103 | 14 | 524 | 142 | 54 |
| Binary | 11100000 | 10 | 1001011 | 0 | 1100011 | 1000011 | 1100 | 101010100 | 1100010 | 101100 |
Color Harmonies of #E0024B
Complementary color
Monochromatic Colors of #E0024B
Black with #E0024B
Text Example
Text Example
White with #E0024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0024B; }
p { color: rgb(224,2,75); }
H1.HeaderClassName
{
color: #E0024B;
}
.AnyTagClassName
{
color: #E0024B;
}
</style>
background-color css
<style>
a { background-color: #E0024B; }
a { background-color: rgb(224,2,75); }
div.DivClassName
{
background-color: #E0024B;
}
.BgClassName
{
background-color: #E0024B;
}
</style>
border-color css
<style>
span { border-color: #E0024B; }
span { border-color: rgb(224,2,75); }
td.TdClassName
{
border-color: #E0024B;
}
.TagClassName
{
border-color: #E0024B;
}
</style>