Shades of Razzmatazz #E30769
Tints of Razzmatazz #E30769
RGB
CMYK
RGB Variations
Color information
#E30769 (or 0xE30769) is known color: Razzmatazz. HEX triplet: E3, 07 and 69. RGB value is (227,7,105). Sum of RGB (Red+Green+Blue) = 227+7+105=339 (44% of max value = 765). Red value is 227 (89.06% from 255 or 66.96% from 339); Green value is 7 (3.12% from 255 or 2.06% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 227 - color contains mainly: red. Hex color #E30769 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30769 is #1CF896. Grayscale: #535353. Windows color (decimal): -1898647 or 6883299. OLE color: 6883299.
HSL color Cylindrical-coordinate representation of color #E30769: hue angle of 333.27º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E30769 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 7 | 105 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.11 |
| HSL | 333.27º | 0.94% | 0.46% | - |
| HSV(B) | 333.27º | 0.97% | 0.89% | - |
| XYZ | 34.3 | 17.5 | 14.93 | - |
| YUV | 83.95 | 139.89 | 230.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 7 | 105 | 0 | 0.97 | 0.54 | 0.11 | 333.27 | 0.94 | 0.46 |
| Hex | E3 | 7 | 69 | 0 | 61 | 36 | B | 14D | 5E | 2E |
| Octal | 343 | 7 | 151 | 0 | 141 | 66 | 13 | 515 | 136 | 56 |
| Binary | 11100011 | 111 | 1101001 | 0 | 1100001 | 110110 | 1011 | 101001101 | 1011110 | 101110 |
Color Harmonies of #E30769
Complementary color
Monochromatic Colors of #E30769
Black with #E30769
Text Example
Text Example
White with #E30769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30769; }
p { color: rgb(227,7,105); }
H1.HeaderClassName
{
color: #E30769;
}
.AnyTagClassName
{
color: #E30769;
}
</style>
background-color css
<style>
a { background-color: #E30769; }
a { background-color: rgb(227,7,105); }
div.DivClassName
{
background-color: #E30769;
}
.BgClassName
{
background-color: #E30769;
}
</style>
border-color css
<style>
span { border-color: #E30769; }
span { border-color: rgb(227,7,105); }
td.TdClassName
{
border-color: #E30769;
}
.TagClassName
{
border-color: #E30769;
}
</style>