Shades of Razzmatazz #E2024E
Tints of Razzmatazz #E2024E
RGB
CMYK
RGB Variations
Color information
#E2024E (or 0xE2024E) is known color: Razzmatazz. HEX triplet: E2, 02 and 4E. RGB value is (226,2,78). Sum of RGB (Red+Green+Blue) = 226+2+78=306 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.86% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 226 - color contains mainly: red. Hex color #E2024E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2024E is #1DFDB1. Grayscale: #4D4D4D. Windows color (decimal): -1965490 or 5112546. OLE color: 5112546.
HSL color Cylindrical-coordinate representation of color #E2024E: hue angle of 339.64º 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 #E2024E is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 2 | 78 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.11 |
| HSL | 339.64º | 0.98% | 0.45% | - |
| HSV(B) | 339.64º | 0.99% | 0.89% | - |
| XYZ | 32.76 | 16.76 | 8.72 | - |
| YUV | 77.64 | 128.21 | 233.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 2 | 78 | 0 | 0.99 | 0.65 | 0.11 | 339.64 | 0.98 | 0.45 |
| Hex | E2 | 2 | 4E | 0 | 63 | 41 | B | 154 | 62 | 2D |
| Octal | 342 | 2 | 116 | 0 | 143 | 101 | 13 | 524 | 142 | 55 |
| Binary | 11100010 | 10 | 1001110 | 0 | 1100011 | 1000001 | 1011 | 101010100 | 1100010 | 101101 |
Color Harmonies of #E2024E
Complementary color
Monochromatic Colors of #E2024E
Black with #E2024E
Text Example
Text Example
White with #E2024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2024E; }
p { color: rgb(226,2,78); }
H1.HeaderClassName
{
color: #E2024E;
}
.AnyTagClassName
{
color: #E2024E;
}
</style>
background-color css
<style>
a { background-color: #E2024E; }
a { background-color: rgb(226,2,78); }
div.DivClassName
{
background-color: #E2024E;
}
.BgClassName
{
background-color: #E2024E;
}
</style>
border-color css
<style>
span { border-color: #E2024E; }
span { border-color: rgb(226,2,78); }
td.TdClassName
{
border-color: #E2024E;
}
.TagClassName
{
border-color: #E2024E;
}
</style>