Shades of Razzmatazz #E30355
Tints of Razzmatazz #E30355
RGB
CMYK
RGB Variations
Color information
#E30355 (or 0xE30355) is known color: Razzmatazz. HEX triplet: E3, 03 and 55. RGB value is (227,3,85). Sum of RGB (Red+Green+Blue) = 227+3+85=315 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.06% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 227 - color contains mainly: red. Hex color #E30355 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30355 is #1CFCAA. Grayscale: #4F4F4F. Windows color (decimal): -1899691 or 5571555. OLE color: 5571555.
HSL color Cylindrical-coordinate representation of color #E30355: hue angle of 338.04º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E30355 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 3 | 85 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.11 |
| HSL | 338.04º | 0.97% | 0.45% | - |
| HSV(B) | 338.04º | 0.99% | 0.89% | - |
| XYZ | 33.35 | 17.05 | 10.13 | - |
| YUV | 79.32 | 131.21 | 233.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 3 | 85 | 0 | 0.99 | 0.63 | 0.11 | 338.04 | 0.97 | 0.45 |
| Hex | E3 | 3 | 55 | 0 | 63 | 3F | B | 152 | 61 | 2D |
| Octal | 343 | 3 | 125 | 0 | 143 | 77 | 13 | 522 | 141 | 55 |
| Binary | 11100011 | 11 | 1010101 | 0 | 1100011 | 111111 | 1011 | 101010010 | 1100001 | 101101 |
Color Harmonies of #E30355
Complementary color
Monochromatic Colors of #E30355
Black with #E30355
Text Example
Text Example
White with #E30355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30355; }
p { color: rgb(227,3,85); }
H1.HeaderClassName
{
color: #E30355;
}
.AnyTagClassName
{
color: #E30355;
}
</style>
background-color css
<style>
a { background-color: #E30355; }
a { background-color: rgb(227,3,85); }
div.DivClassName
{
background-color: #E30355;
}
.BgClassName
{
background-color: #E30355;
}
</style>
border-color css
<style>
span { border-color: #E30355; }
span { border-color: rgb(227,3,85); }
td.TdClassName
{
border-color: #E30355;
}
.TagClassName
{
border-color: #E30355;
}
</style>