Shades of Razzmatazz #E3006E
Tints of Razzmatazz #E3006E
RGB
CMYK
RGB Variations
Color information
#E3006E (or 0xE3006E) is known color: Razzmatazz. HEX triplet: E3, 00 and 6E. RGB value is (227,0,110). Sum of RGB (Red+Green+Blue) = 227+0+110=337 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.36% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 227 - color contains mainly: red. Hex color #E3006E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3006E is #1CFF91. Grayscale: #505050. Windows color (decimal): -1900434 or 7209187. OLE color: 7209187.
HSL color Cylindrical-coordinate representation of color #E3006E: hue angle of 330.93º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E3006E is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 0 | 110 | - |
| CMYK | 0 | 1 | 0.52 | 0.11 |
| HSL | 330.93º | 1% | 0.45% | - |
| HSV(B) | 330.93º | 1% | 0.89% | - |
| XYZ | 34.49 | 17.46 | 16.3 | - |
| YUV | 80.41 | 144.71 | 232.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 0 | 110 | 0 | 1 | 0.52 | 0.11 | 330.93 | 1 | 0.45 |
| Hex | E3 | 0 | 6E | 0 | 64 | 34 | B | 14B | 64 | 2D |
| Octal | 343 | 0 | 156 | 0 | 144 | 64 | 13 | 513 | 144 | 55 |
| Binary | 11100011 | 0 | 1101110 | 0 | 1100100 | 110100 | 1011 | 101001011 | 1100100 | 101101 |
Color Harmonies of #E3006E
Complementary color
Monochromatic Colors of #E3006E
Black with #E3006E
Text Example
Text Example
White with #E3006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3006E; }
p { color: rgb(227,0,110); }
H1.HeaderClassName
{
color: #E3006E;
}
.AnyTagClassName
{
color: #E3006E;
}
</style>
background-color css
<style>
a { background-color: #E3006E; }
a { background-color: rgb(227,0,110); }
div.DivClassName
{
background-color: #E3006E;
}
.BgClassName
{
background-color: #E3006E;
}
</style>
border-color css
<style>
span { border-color: #E3006E; }
span { border-color: rgb(227,0,110); }
td.TdClassName
{
border-color: #E3006E;
}
.TagClassName
{
border-color: #E3006E;
}
</style>