Shades of Razzmatazz #E30A54
Tints of Razzmatazz #E30A54
RGB
CMYK
RGB Variations
Color information
#E30A54 (or 0xE30A54) is known color: Razzmatazz. HEX triplet: E3, 0A and 54. RGB value is (227,10,84). Sum of RGB (Red+Green+Blue) = 227+10+84=321 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.72% from 321); Green value is 10 (4.30% from 255 or 3.12% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 227 - color contains mainly: red. Hex color #E30A54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30A54 is #1CF5AB. Grayscale: #535353. Windows color (decimal): -1897900 or 5507811. OLE color: 5507811.
HSL color Cylindrical-coordinate representation of color #E30A54: hue angle of 339.54º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E30A54 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 10 | 84 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.11 |
| HSL | 339.54º | 0.92% | 0.46% | - |
| HSV(B) | 339.54º | 0.96% | 0.89% | - |
| XYZ | 33.39 | 17.19 | 9.95 | - |
| YUV | 83.32 | 128.39 | 230.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 10 | 84 | 0 | 0.96 | 0.63 | 0.11 | 339.54 | 0.92 | 0.46 |
| Hex | E3 | A | 54 | 0 | 60 | 3F | B | 154 | 5C | 2E |
| Octal | 343 | 12 | 124 | 0 | 140 | 77 | 13 | 524 | 134 | 56 |
| Binary | 11100011 | 1010 | 1010100 | 0 | 1100000 | 111111 | 1011 | 101010100 | 1011100 | 101110 |
Color Harmonies of #E30A54
Complementary color
Monochromatic Colors of #E30A54
Black with #E30A54
Text Example
Text Example
White with #E30A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30A54; }
p { color: rgb(227,10,84); }
H1.HeaderClassName
{
color: #E30A54;
}
.AnyTagClassName
{
color: #E30A54;
}
</style>
background-color css
<style>
a { background-color: #E30A54; }
a { background-color: rgb(227,10,84); }
div.DivClassName
{
background-color: #E30A54;
}
.BgClassName
{
background-color: #E30A54;
}
</style>
border-color css
<style>
span { border-color: #E30A54; }
span { border-color: rgb(227,10,84); }
td.TdClassName
{
border-color: #E30A54;
}
.TagClassName
{
border-color: #E30A54;
}
</style>