Shades of Razzmatazz #E30955
Tints of Razzmatazz #E30955
RGB
CMYK
RGB Variations
Color information
#E30955 (or 0xE30955) is known color: Razzmatazz. HEX triplet: E3, 09 and 55. RGB value is (227,9,85). Sum of RGB (Red+Green+Blue) = 227+9+85=321 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.72% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 227 - color contains mainly: red. Hex color #E30955 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30955 is #1CF6AA. Grayscale: #525252. Windows color (decimal): -1898155 or 5573091. OLE color: 5573091.
HSL color Cylindrical-coordinate representation of color #E30955: hue angle of 339.08º 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 #E30955 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 9 | 85 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.11 |
| HSL | 339.08º | 0.92% | 0.46% | - |
| HSV(B) | 339.08º | 0.96% | 0.89% | - |
| XYZ | 33.42 | 17.18 | 10.15 | - |
| YUV | 82.85 | 129.22 | 230.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 9 | 85 | 0 | 0.96 | 0.63 | 0.11 | 339.08 | 0.92 | 0.46 |
| Hex | E3 | 9 | 55 | 0 | 60 | 3F | B | 153 | 5C | 2E |
| Octal | 343 | 11 | 125 | 0 | 140 | 77 | 13 | 523 | 134 | 56 |
| Binary | 11100011 | 1001 | 1010101 | 0 | 1100000 | 111111 | 1011 | 101010011 | 1011100 | 101110 |
Color Harmonies of #E30955
Complementary color
Monochromatic Colors of #E30955
Black with #E30955
Text Example
Text Example
White with #E30955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30955; }
p { color: rgb(227,9,85); }
H1.HeaderClassName
{
color: #E30955;
}
.AnyTagClassName
{
color: #E30955;
}
</style>
background-color css
<style>
a { background-color: #E30955; }
a { background-color: rgb(227,9,85); }
div.DivClassName
{
background-color: #E30955;
}
.BgClassName
{
background-color: #E30955;
}
</style>
border-color css
<style>
span { border-color: #E30955; }
span { border-color: rgb(227,9,85); }
td.TdClassName
{
border-color: #E30955;
}
.TagClassName
{
border-color: #E30955;
}
</style>