Shades of Razzmatazz #E30863
Tints of Razzmatazz #E30863
RGB
CMYK
RGB Variations
Color information
#E30863 (or 0xE30863) is known color: Razzmatazz. HEX triplet: E3, 08 and 63. RGB value is (227,8,99). Sum of RGB (Red+Green+Blue) = 227+8+99=334 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.96% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 227 - color contains mainly: red. Hex color #E30863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30863 is #1CF79C. Grayscale: #535353. Windows color (decimal): -1898397 or 6490339. OLE color: 6490339.
HSL color Cylindrical-coordinate representation of color #E30863: hue angle of 335.07º degrees, saturation: 0.93, 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 #E30863 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 8 | 99 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.11 |
| HSL | 335.07º | 0.93% | 0.46% | - |
| HSV(B) | 335.07º | 0.96% | 0.89% | - |
| XYZ | 34.02 | 17.41 | 13.37 | - |
| YUV | 83.86 | 136.55 | 230.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 8 | 99 | 0 | 0.96 | 0.56 | 0.11 | 335.07 | 0.93 | 0.46 |
| Hex | E3 | 8 | 63 | 0 | 60 | 38 | B | 14F | 5D | 2E |
| Octal | 343 | 10 | 143 | 0 | 140 | 70 | 13 | 517 | 135 | 56 |
| Binary | 11100011 | 1000 | 1100011 | 0 | 1100000 | 111000 | 1011 | 101001111 | 1011101 | 101110 |
Color Harmonies of #E30863
Complementary color
Monochromatic Colors of #E30863
Black with #E30863
Text Example
Text Example
White with #E30863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30863; }
p { color: rgb(227,8,99); }
H1.HeaderClassName
{
color: #E30863;
}
.AnyTagClassName
{
color: #E30863;
}
</style>
background-color css
<style>
a { background-color: #E30863; }
a { background-color: rgb(227,8,99); }
div.DivClassName
{
background-color: #E30863;
}
.BgClassName
{
background-color: #E30863;
}
</style>
border-color css
<style>
span { border-color: #E30863; }
span { border-color: rgb(227,8,99); }
td.TdClassName
{
border-color: #E30863;
}
.TagClassName
{
border-color: #E30863;
}
</style>