Shades of Razzmatazz #E3024C
Tints of Razzmatazz #E3024C
RGB
CMYK
RGB Variations
Color information
#E3024C (or 0xE3024C) is known color: Razzmatazz. HEX triplet: E3, 02 and 4C. RGB value is (227,2,76). Sum of RGB (Red+Green+Blue) = 227+2+76=305 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.43% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 227 - color contains mainly: red. Hex color #E3024C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3024C is #1CFDB3. Grayscale: #4D4D4D. Windows color (decimal): -1899956 or 4981475. OLE color: 4981475.
HSL color Cylindrical-coordinate representation of color #E3024C: hue angle of 340.27º 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 #E3024C is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 2 | 76 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.11 |
| HSL | 340.27º | 0.98% | 0.45% | - |
| HSV(B) | 340.27º | 0.99% | 0.89% | - |
| XYZ | 33 | 16.9 | 8.36 | - |
| YUV | 77.71 | 127.04 | 234.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 2 | 76 | 0 | 0.99 | 0.67 | 0.11 | 340.27 | 0.98 | 0.45 |
| Hex | E3 | 2 | 4C | 0 | 63 | 43 | B | 154 | 62 | 2D |
| Octal | 343 | 2 | 114 | 0 | 143 | 103 | 13 | 524 | 142 | 55 |
| Binary | 11100011 | 10 | 1001100 | 0 | 1100011 | 1000011 | 1011 | 101010100 | 1100010 | 101101 |
Color Harmonies of #E3024C
Complementary color
Monochromatic Colors of #E3024C
Black with #E3024C
Text Example
Text Example
White with #E3024C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3024C; }
p { color: rgb(227,2,76); }
H1.HeaderClassName
{
color: #E3024C;
}
.AnyTagClassName
{
color: #E3024C;
}
</style>
background-color css
<style>
a { background-color: #E3024C; }
a { background-color: rgb(227,2,76); }
div.DivClassName
{
background-color: #E3024C;
}
.BgClassName
{
background-color: #E3024C;
}
</style>
border-color css
<style>
span { border-color: #E3024C; }
span { border-color: rgb(227,2,76); }
td.TdClassName
{
border-color: #E3024C;
}
.TagClassName
{
border-color: #E3024C;
}
</style>