Shades of Razzmatazz #E30550
Tints of Razzmatazz #E30550
RGB
CMYK
RGB Variations
Color information
#E30550 (or 0xE30550) is known color: Razzmatazz. HEX triplet: E3, 05 and 50. RGB value is (227,5,80). Sum of RGB (Red+Green+Blue) = 227+5+80=312 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.76% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 227 - color contains mainly: red. Hex color #E30550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30550 is #1CFAAF. Grayscale: #4F4F4F. Windows color (decimal): -1899184 or 5244387. OLE color: 5244387.
HSL color Cylindrical-coordinate representation of color #E30550: hue angle of 339.73º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E30550 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 5 | 80 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.11 |
| HSL | 339.73º | 0.96% | 0.45% | - |
| HSV(B) | 339.73º | 0.98% | 0.89% | - |
| XYZ | 33.18 | 17.02 | 9.13 | - |
| YUV | 79.93 | 128.05 | 232.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 5 | 80 | 0 | 0.98 | 0.65 | 0.11 | 339.73 | 0.96 | 0.45 |
| Hex | E3 | 5 | 50 | 0 | 62 | 41 | B | 154 | 60 | 2D |
| Octal | 343 | 5 | 120 | 0 | 142 | 101 | 13 | 524 | 140 | 55 |
| Binary | 11100011 | 101 | 1010000 | 0 | 1100010 | 1000001 | 1011 | 101010100 | 1100000 | 101101 |
Color Harmonies of #E30550
Complementary color
Monochromatic Colors of #E30550
Black with #E30550
Text Example
Text Example
White with #E30550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30550; }
p { color: rgb(227,5,80); }
H1.HeaderClassName
{
color: #E30550;
}
.AnyTagClassName
{
color: #E30550;
}
</style>
background-color css
<style>
a { background-color: #E30550; }
a { background-color: rgb(227,5,80); }
div.DivClassName
{
background-color: #E30550;
}
.BgClassName
{
background-color: #E30550;
}
</style>
border-color css
<style>
span { border-color: #E30550; }
span { border-color: rgb(227,5,80); }
td.TdClassName
{
border-color: #E30550;
}
.TagClassName
{
border-color: #E30550;
}
</style>