Shades of Razzmatazz #E4024E
Tints of Razzmatazz #E4024E
RGB
CMYK
RGB Variations
Color information
#E4024E (or 0xE4024E) is known color: Razzmatazz. HEX triplet: E4, 02 and 4E. RGB value is (228,2,78). Sum of RGB (Red+Green+Blue) = 228+2+78=308 (40% of max value = 765). Red value is 228 (89.45% from 255 or 74.03% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 228 - color contains mainly: red. Hex color #E4024E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4024E is #1BFDB1. Grayscale: #4E4E4E. Windows color (decimal): -1834418 or 5112548. OLE color: 5112548.
HSL color Cylindrical-coordinate representation of color #E4024E: hue angle of 339.82º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E4024E is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 2 | 78 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.11 |
| HSL | 339.82º | 0.98% | 0.45% | - |
| HSV(B) | 339.82º | 0.99% | 0.89% | - |
| XYZ | 33.39 | 17.09 | 8.75 | - |
| YUV | 78.24 | 127.87 | 234.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 2 | 78 | 0 | 0.99 | 0.66 | 0.11 | 339.82 | 0.98 | 0.45 |
| Hex | E4 | 2 | 4E | 0 | 63 | 42 | B | 154 | 62 | 2D |
| Octal | 344 | 2 | 116 | 0 | 143 | 102 | 13 | 524 | 142 | 55 |
| Binary | 11100100 | 10 | 1001110 | 0 | 1100011 | 1000010 | 1011 | 101010100 | 1100010 | 101101 |
Color Harmonies of #E4024E
Complementary color
Monochromatic Colors of #E4024E
Black with #E4024E
Text Example
Text Example
White with #E4024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4024E; }
p { color: rgb(228,2,78); }
H1.HeaderClassName
{
color: #E4024E;
}
.AnyTagClassName
{
color: #E4024E;
}
</style>
background-color css
<style>
a { background-color: #E4024E; }
a { background-color: rgb(228,2,78); }
div.DivClassName
{
background-color: #E4024E;
}
.BgClassName
{
background-color: #E4024E;
}
</style>
border-color css
<style>
span { border-color: #E4024E; }
span { border-color: rgb(228,2,78); }
td.TdClassName
{
border-color: #E4024E;
}
.TagClassName
{
border-color: #E4024E;
}
</style>