Shades of Razzmatazz #E30D55
Tints of Razzmatazz #E30D55
RGB
CMYK
RGB Variations
Color information
#E30D55 (or 0xE30D55) is known color: Razzmatazz. HEX triplet: E3, 0D and 55. RGB value is (227,13,85). Sum of RGB (Red+Green+Blue) = 227+13+85=325 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.85% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 227 - color contains mainly: red. Hex color #E30D55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30D55 is #1CF2AA. Grayscale: #555555. Windows color (decimal): -1897131 or 5574115. OLE color: 5574115.
HSL color Cylindrical-coordinate representation of color #E30D55: hue angle of 339.81º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30D55 is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 13 | 85 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.11 |
| HSL | 339.81º | 0.89% | 0.47% | - |
| HSV(B) | 339.81º | 0.94% | 0.89% | - |
| XYZ | 33.46 | 17.27 | 10.17 | - |
| YUV | 85.19 | 127.9 | 229.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 13 | 85 | 0 | 0.94 | 0.63 | 0.11 | 339.81 | 0.89 | 0.47 |
| Hex | E3 | D | 55 | 0 | 5E | 3F | B | 154 | 59 | 2F |
| Octal | 343 | 15 | 125 | 0 | 136 | 77 | 13 | 524 | 131 | 57 |
| Binary | 11100011 | 1101 | 1010101 | 0 | 1011110 | 111111 | 1011 | 101010100 | 1011001 | 101111 |
Color Harmonies of #E30D55
Complementary color
Monochromatic Colors of #E30D55
Black with #E30D55
Text Example
Text Example
White with #E30D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30D55; }
p { color: rgb(227,13,85); }
H1.HeaderClassName
{
color: #E30D55;
}
.AnyTagClassName
{
color: #E30D55;
}
</style>
background-color css
<style>
a { background-color: #E30D55; }
a { background-color: rgb(227,13,85); }
div.DivClassName
{
background-color: #E30D55;
}
.BgClassName
{
background-color: #E30D55;
}
</style>
border-color css
<style>
span { border-color: #E30D55; }
span { border-color: rgb(227,13,85); }
td.TdClassName
{
border-color: #E30D55;
}
.TagClassName
{
border-color: #E30D55;
}
</style>