Shades of Razzmatazz #E3024F
Tints of Razzmatazz #E3024F
RGB
CMYK
RGB Variations
Color information
#E3024F (or 0xE3024F) is known color: Razzmatazz. HEX triplet: E3, 02 and 4F. RGB value is (227,2,79). Sum of RGB (Red+Green+Blue) = 227+2+79=308 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.70% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 227 - color contains mainly: red. Hex color #E3024F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3024F is #1CFDB0. Grayscale: #4D4D4D. Windows color (decimal): -1899953 or 5178083. OLE color: 5178083.
HSL color Cylindrical-coordinate representation of color #E3024F: hue angle of 339.47º 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 #E3024F is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 2 | 79 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.11 |
| HSL | 339.47º | 0.98% | 0.45% | - |
| HSV(B) | 339.47º | 0.99% | 0.89% | - |
| XYZ | 33.11 | 16.94 | 8.92 | - |
| YUV | 78.05 | 128.54 | 234.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 2 | 79 | 0 | 0.99 | 0.65 | 0.11 | 339.47 | 0.98 | 0.45 |
| Hex | E3 | 2 | 4F | 0 | 63 | 41 | B | 153 | 62 | 2D |
| Octal | 343 | 2 | 117 | 0 | 143 | 101 | 13 | 523 | 142 | 55 |
| Binary | 11100011 | 10 | 1001111 | 0 | 1100011 | 1000001 | 1011 | 101010011 | 1100010 | 101101 |
Color Harmonies of #E3024F
Complementary color
Monochromatic Colors of #E3024F
Black with #E3024F
Text Example
Text Example
White with #E3024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3024F; }
p { color: rgb(227,2,79); }
H1.HeaderClassName
{
color: #E3024F;
}
.AnyTagClassName
{
color: #E3024F;
}
</style>
background-color css
<style>
a { background-color: #E3024F; }
a { background-color: rgb(227,2,79); }
div.DivClassName
{
background-color: #E3024F;
}
.BgClassName
{
background-color: #E3024F;
}
</style>
border-color css
<style>
span { border-color: #E3024F; }
span { border-color: rgb(227,2,79); }
td.TdClassName
{
border-color: #E3024F;
}
.TagClassName
{
border-color: #E3024F;
}
</style>