Shades of Razzmatazz #E3016D
Tints of Razzmatazz #E3016D
RGB
CMYK
RGB Variations
Color information
#E3016D (or 0xE3016D) is known color: Razzmatazz. HEX triplet: E3, 01 and 6D. RGB value is (227,1,109). Sum of RGB (Red+Green+Blue) = 227+1+109=337 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.36% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 227 - color contains mainly: red. Hex color #E3016D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3016D is #1CFE92. Grayscale: #505050. Windows color (decimal): -1900179 or 7143907. OLE color: 7143907.
HSL color Cylindrical-coordinate representation of color #E3016D: hue angle of 331.33º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E3016D is Cyan = 0, Magento = 1.00, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 1 | 109 | - |
| CMYK | 0 | 1.00 | 0.52 | 0.11 |
| HSL | 331.33º | 0.99% | 0.45% | - |
| HSV(B) | 331.33º | 1% | 0.89% | - |
| XYZ | 34.45 | 17.46 | 16.02 | - |
| YUV | 80.89 | 143.87 | 232.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 1 | 109 | 0 | 1.00 | 0.52 | 0.11 | 331.33 | 0.99 | 0.45 |
| Hex | E3 | 1 | 6D | 0 | 64 | 34 | B | 14B | 63 | 2D |
| Octal | 343 | 1 | 155 | 0 | 144 | 64 | 13 | 513 | 143 | 55 |
| Binary | 11100011 | 1 | 1101101 | 0 | 1100100 | 110100 | 1011 | 101001011 | 1100011 | 101101 |
Color Harmonies of #E3016D
Complementary color
Monochromatic Colors of #E3016D
Black with #E3016D
Text Example
Text Example
White with #E3016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3016D; }
p { color: rgb(227,1,109); }
H1.HeaderClassName
{
color: #E3016D;
}
.AnyTagClassName
{
color: #E3016D;
}
</style>
background-color css
<style>
a { background-color: #E3016D; }
a { background-color: rgb(227,1,109); }
div.DivClassName
{
background-color: #E3016D;
}
.BgClassName
{
background-color: #E3016D;
}
</style>
border-color css
<style>
span { border-color: #E3016D; }
span { border-color: rgb(227,1,109); }
td.TdClassName
{
border-color: #E3016D;
}
.TagClassName
{
border-color: #E3016D;
}
</style>