Shades of Razzmatazz #E30F54
Tints of Razzmatazz #E30F54
RGB
CMYK
RGB Variations
Color information
#E30F54 (or 0xE30F54) is known color: Razzmatazz. HEX triplet: E3, 0F and 54. RGB value is (227,15,84). Sum of RGB (Red+Green+Blue) = 227+15+84=326 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.63% from 326); Green value is 15 (6.25% from 255 or 4.60% from 326); Blue value is 84 (33.20% from 255 or 25.77% from 326); Max value from RGB is 227 - color contains mainly: red. Hex color #E30F54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30F54 is #1CF0AB. Grayscale: #565656. Windows color (decimal): -1896620 or 5509091. OLE color: 5509091.
HSL color Cylindrical-coordinate representation of color #E30F54: hue angle of 340.47º 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 #E30F54 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 15 | 84 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.11 |
| HSL | 340.47º | 0.88% | 0.47% | - |
| HSV(B) | 340.47º | 0.93% | 0.89% | - |
| XYZ | 33.45 | 17.31 | 9.97 | - |
| YUV | 86.25 | 126.74 | 228.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 15 | 84 | 0 | 0.93 | 0.63 | 0.11 | 340.47 | 0.88 | 0.47 |
| Hex | E3 | F | 54 | 0 | 5D | 3F | B | 154 | 58 | 2F |
| Octal | 343 | 17 | 124 | 0 | 135 | 77 | 13 | 524 | 130 | 57 |
| Binary | 11100011 | 1111 | 1010100 | 0 | 1011101 | 111111 | 1011 | 101010100 | 1011000 | 101111 |
Color Harmonies of #E30F54
Complementary color
Monochromatic Colors of #E30F54
Black with #E30F54
Text Example
Text Example
White with #E30F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30F54; }
p { color: rgb(227,15,84); }
H1.HeaderClassName
{
color: #E30F54;
}
.AnyTagClassName
{
color: #E30F54;
}
</style>
background-color css
<style>
a { background-color: #E30F54; }
a { background-color: rgb(227,15,84); }
div.DivClassName
{
background-color: #E30F54;
}
.BgClassName
{
background-color: #E30F54;
}
</style>
border-color css
<style>
span { border-color: #E30F54; }
span { border-color: rgb(227,15,84); }
td.TdClassName
{
border-color: #E30F54;
}
.TagClassName
{
border-color: #E30F54;
}
</style>