Shades of Razzmatazz #E30A4E
Tints of Razzmatazz #E30A4E
RGB
CMYK
RGB Variations
Color information
#E30A4E (or 0xE30A4E) is known color: Razzmatazz. HEX triplet: E3, 0A and 4E. RGB value is (227,10,78). Sum of RGB (Red+Green+Blue) = 227+10+78=315 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.06% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 227 - color contains mainly: red. Hex color #E30A4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30A4E is #1CF5B1. Grayscale: #525252. Windows color (decimal): -1897906 or 5114595. OLE color: 5114595.
HSL color Cylindrical-coordinate representation of color #E30A4E: hue angle of 341.2º 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 #E30A4E is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 10 | 78 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.11 |
| HSL | 341.2º | 0.92% | 0.46% | - |
| HSV(B) | 341.2º | 0.96% | 0.89% | - |
| XYZ | 33.16 | 17.1 | 8.76 | - |
| YUV | 82.64 | 125.39 | 230.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 10 | 78 | 0 | 0.96 | 0.66 | 0.11 | 341.2 | 0.92 | 0.46 |
| Hex | E3 | A | 4E | 0 | 60 | 42 | B | 155 | 5C | 2E |
| Octal | 343 | 12 | 116 | 0 | 140 | 102 | 13 | 525 | 134 | 56 |
| Binary | 11100011 | 1010 | 1001110 | 0 | 1100000 | 1000010 | 1011 | 101010101 | 1011100 | 101110 |
Color Harmonies of #E30A4E
Complementary color
Monochromatic Colors of #E30A4E
Black with #E30A4E
Text Example
Text Example
White with #E30A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30A4E; }
p { color: rgb(227,10,78); }
H1.HeaderClassName
{
color: #E30A4E;
}
.AnyTagClassName
{
color: #E30A4E;
}
</style>
background-color css
<style>
a { background-color: #E30A4E; }
a { background-color: rgb(227,10,78); }
div.DivClassName
{
background-color: #E30A4E;
}
.BgClassName
{
background-color: #E30A4E;
}
</style>
border-color css
<style>
span { border-color: #E30A4E; }
span { border-color: rgb(227,10,78); }
td.TdClassName
{
border-color: #E30A4E;
}
.TagClassName
{
border-color: #E30A4E;
}
</style>