Shades of Razzmatazz #E3006F
Tints of Razzmatazz #E3006F
RGB
CMYK
RGB Variations
Color information
#E3006F (or 0xE3006F) is known color: Razzmatazz. HEX triplet: E3, 00 and 6F. RGB value is (227,0,111). Sum of RGB (Red+Green+Blue) = 227+0+111=338 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.16% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 227 - color contains mainly: red. Hex color #E3006F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3006F is #1CFF90. Grayscale: #505050. Windows color (decimal): -1900433 or 7274723. OLE color: 7274723.
HSL color Cylindrical-coordinate representation of color #E3006F: hue angle of 330.66º 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 #E3006F is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 0 | 111 | - |
| CMYK | 0 | 1 | 0.51 | 0.11 |
| HSL | 330.66º | 1% | 0.45% | - |
| HSV(B) | 330.66º | 1% | 0.89% | - |
| XYZ | 34.55 | 17.48 | 16.59 | - |
| YUV | 80.53 | 145.21 | 232.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 0 | 111 | 0 | 1 | 0.51 | 0.11 | 330.66 | 1 | 0.45 |
| Hex | E3 | 0 | 6F | 0 | 64 | 33 | B | 14B | 64 | 2D |
| Octal | 343 | 0 | 157 | 0 | 144 | 63 | 13 | 513 | 144 | 55 |
| Binary | 11100011 | 0 | 1101111 | 0 | 1100100 | 110011 | 1011 | 101001011 | 1100100 | 101101 |
Color Harmonies of #E3006F
Complementary color
Monochromatic Colors of #E3006F
Black with #E3006F
Text Example
Text Example
White with #E3006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3006F; }
p { color: rgb(227,0,111); }
H1.HeaderClassName
{
color: #E3006F;
}
.AnyTagClassName
{
color: #E3006F;
}
</style>
background-color css
<style>
a { background-color: #E3006F; }
a { background-color: rgb(227,0,111); }
div.DivClassName
{
background-color: #E3006F;
}
.BgClassName
{
background-color: #E3006F;
}
</style>
border-color css
<style>
span { border-color: #E3006F; }
span { border-color: rgb(227,0,111); }
td.TdClassName
{
border-color: #E3006F;
}
.TagClassName
{
border-color: #E3006F;
}
</style>