Shades of Razzmatazz #E1024F
Tints of Razzmatazz #E1024F
RGB
CMYK
RGB Variations
Color information
#E1024F (or 0xE1024F) is known color: Razzmatazz. HEX triplet: E1, 02 and 4F. RGB value is (225,2,79). Sum of RGB (Red+Green+Blue) = 225+2+79=306 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.53% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 225 - color contains mainly: red. Hex color #E1024F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1024F is #1EFDB0. Grayscale: #4D4D4D. Windows color (decimal): -2031025 or 5178081. OLE color: 5178081.
HSL color Cylindrical-coordinate representation of color #E1024F: hue angle of 339.28º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E1024F is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 2 | 79 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.12 |
| HSL | 339.28º | 0.98% | 0.45% | - |
| HSV(B) | 339.28º | 0.99% | 0.88% | - |
| XYZ | 32.48 | 16.62 | 8.89 | - |
| YUV | 77.46 | 128.88 | 233.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 2 | 79 | 0 | 0.99 | 0.65 | 0.12 | 339.28 | 0.98 | 0.45 |
| Hex | E1 | 2 | 4F | 0 | 63 | 41 | C | 153 | 62 | 2D |
| Octal | 341 | 2 | 117 | 0 | 143 | 101 | 14 | 523 | 142 | 55 |
| Binary | 11100001 | 10 | 1001111 | 0 | 1100011 | 1000001 | 1100 | 101010011 | 1100010 | 101101 |
Color Harmonies of #E1024F
Complementary color
Monochromatic Colors of #E1024F
Black with #E1024F
Text Example
Text Example
White with #E1024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1024F; }
p { color: rgb(225,2,79); }
H1.HeaderClassName
{
color: #E1024F;
}
.AnyTagClassName
{
color: #E1024F;
}
</style>
background-color css
<style>
a { background-color: #E1024F; }
a { background-color: rgb(225,2,79); }
div.DivClassName
{
background-color: #E1024F;
}
.BgClassName
{
background-color: #E1024F;
}
</style>
border-color css
<style>
span { border-color: #E1024F; }
span { border-color: rgb(225,2,79); }
td.TdClassName
{
border-color: #E1024F;
}
.TagClassName
{
border-color: #E1024F;
}
</style>