Shades of Razzmatazz #E30F4D
Tints of Razzmatazz #E30F4D
RGB
CMYK
RGB Variations
Color information
#E30F4D (or 0xE30F4D) is known color: Razzmatazz. HEX triplet: E3, 0F and 4D. RGB value is (227,15,77). Sum of RGB (Red+Green+Blue) = 227+15+77=319 (42% of max value = 765). Red value is 227 (89.06% from 255 or 71.16% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 227 - color contains mainly: red. Hex color #E30F4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30F4D is #1CF0B2. Grayscale: #555555. Windows color (decimal): -1896627 or 5050339. OLE color: 5050339.
HSL color Cylindrical-coordinate representation of color #E30F4D: hue angle of 342.45º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E30F4D is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 15 | 77 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.11 |
| HSL | 342.45º | 0.88% | 0.47% | - |
| HSV(B) | 342.45º | 0.93% | 0.89% | - |
| XYZ | 33.19 | 17.21 | 8.59 | - |
| YUV | 85.46 | 123.24 | 228.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 15 | 77 | 0 | 0.93 | 0.66 | 0.11 | 342.45 | 0.88 | 0.47 |
| Hex | E3 | F | 4D | 0 | 5D | 42 | B | 156 | 58 | 2F |
| Octal | 343 | 17 | 115 | 0 | 135 | 102 | 13 | 526 | 130 | 57 |
| Binary | 11100011 | 1111 | 1001101 | 0 | 1011101 | 1000010 | 1011 | 101010110 | 1011000 | 101111 |
Color Harmonies of #E30F4D
Complementary color
Monochromatic Colors of #E30F4D
Black with #E30F4D
Text Example
Text Example
White with #E30F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30F4D; }
p { color: rgb(227,15,77); }
H1.HeaderClassName
{
color: #E30F4D;
}
.AnyTagClassName
{
color: #E30F4D;
}
</style>
background-color css
<style>
a { background-color: #E30F4D; }
a { background-color: rgb(227,15,77); }
div.DivClassName
{
background-color: #E30F4D;
}
.BgClassName
{
background-color: #E30F4D;
}
</style>
border-color css
<style>
span { border-color: #E30F4D; }
span { border-color: rgb(227,15,77); }
td.TdClassName
{
border-color: #E30F4D;
}
.TagClassName
{
border-color: #E30F4D;
}
</style>