Shades of Razzmatazz #E30869
Tints of Razzmatazz #E30869
RGB
CMYK
RGB Variations
Color information
#E30869 (or 0xE30869) is known color: Razzmatazz. HEX triplet: E3, 08 and 69. RGB value is (227,8,105). Sum of RGB (Red+Green+Blue) = 227+8+105=340 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.76% from 340); Green value is 8 (3.52% from 255 or 2.35% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 227 - color contains mainly: red. Hex color #E30869 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30869 is #1CF796. Grayscale: #545454. Windows color (decimal): -1898391 or 6883555. OLE color: 6883555.
HSL color Cylindrical-coordinate representation of color #E30869: hue angle of 333.42º 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 #E30869 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 8 | 105 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.11 |
| HSL | 333.42º | 0.93% | 0.46% | - |
| HSV(B) | 333.42º | 0.96% | 0.89% | - |
| XYZ | 34.32 | 17.52 | 14.94 | - |
| YUV | 84.54 | 139.55 | 229.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 8 | 105 | 0 | 0.96 | 0.54 | 0.11 | 333.42 | 0.93 | 0.46 |
| Hex | E3 | 8 | 69 | 0 | 60 | 36 | B | 14D | 5D | 2E |
| Octal | 343 | 10 | 151 | 0 | 140 | 66 | 13 | 515 | 135 | 56 |
| Binary | 11100011 | 1000 | 1101001 | 0 | 1100000 | 110110 | 1011 | 101001101 | 1011101 | 101110 |
Color Harmonies of #E30869
Complementary color
Monochromatic Colors of #E30869
Black with #E30869
Text Example
Text Example
White with #E30869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30869; }
p { color: rgb(227,8,105); }
H1.HeaderClassName
{
color: #E30869;
}
.AnyTagClassName
{
color: #E30869;
}
</style>
background-color css
<style>
a { background-color: #E30869; }
a { background-color: rgb(227,8,105); }
div.DivClassName
{
background-color: #E30869;
}
.BgClassName
{
background-color: #E30869;
}
</style>
border-color css
<style>
span { border-color: #E30869; }
span { border-color: rgb(227,8,105); }
td.TdClassName
{
border-color: #E30869;
}
.TagClassName
{
border-color: #E30869;
}
</style>