Shades of Razzmatazz #E3006B
Tints of Razzmatazz #E3006B
RGB
CMYK
RGB Variations
Color information
#E3006B (or 0xE3006B) is known color: Razzmatazz. HEX triplet: E3, 00 and 6B. RGB value is (227,0,107). Sum of RGB (Red+Green+Blue) = 227+0+107=334 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.96% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 227 - color contains mainly: red. Hex color #E3006B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3006B is #1CFF94. Grayscale: #4F4F4F. Windows color (decimal): -1900437 or 7012579. OLE color: 7012579.
HSL color Cylindrical-coordinate representation of color #E3006B: hue angle of 331.72º 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 #E3006B is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.53 | 0.11 |
| HSL | 331.72º | 1% | 0.45% | - |
| HSV(B) | 331.72º | 1% | 0.89% | - |
| XYZ | 34.33 | 17.39 | 15.46 | - |
| YUV | 80.07 | 143.21 | 232.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 0 | 107 | 0 | 1 | 0.53 | 0.11 | 331.72 | 1 | 0.45 |
| Hex | E3 | 0 | 6B | 0 | 64 | 35 | B | 14C | 64 | 2D |
| Octal | 343 | 0 | 153 | 0 | 144 | 65 | 13 | 514 | 144 | 55 |
| Binary | 11100011 | 0 | 1101011 | 0 | 1100100 | 110101 | 1011 | 101001100 | 1100100 | 101101 |
Color Harmonies of #E3006B
Complementary color
Monochromatic Colors of #E3006B
Black with #E3006B
Text Example
Text Example
White with #E3006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3006B; }
p { color: rgb(227,0,107); }
H1.HeaderClassName
{
color: #E3006B;
}
.AnyTagClassName
{
color: #E3006B;
}
</style>
background-color css
<style>
a { background-color: #E3006B; }
a { background-color: rgb(227,0,107); }
div.DivClassName
{
background-color: #E3006B;
}
.BgClassName
{
background-color: #E3006B;
}
</style>
border-color css
<style>
span { border-color: #E3006B; }
span { border-color: rgb(227,0,107); }
td.TdClassName
{
border-color: #E3006B;
}
.TagClassName
{
border-color: #E3006B;
}
</style>