Shades of Razzmatazz #E4066D
Tints of Razzmatazz #E4066D
RGB
CMYK
RGB Variations
Color information
#E4066D (or 0xE4066D) is known color: Razzmatazz. HEX triplet: E4, 06 and 6D. RGB value is (228,6,109). Sum of RGB (Red+Green+Blue) = 228+6+109=343 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.47% from 343); Green value is 6 (2.73% from 255 or 1.75% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 228 - color contains mainly: red. Hex color #E4066D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4066D is #1BF992. Grayscale: #535353. Windows color (decimal): -1833363 or 7145188. OLE color: 7145188.
HSL color Cylindrical-coordinate representation of color #E4066D: hue angle of 332.16º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E4066D is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 6 | 109 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.11 |
| HSL | 332.16º | 0.95% | 0.46% | - |
| HSV(B) | 332.16º | 0.97% | 0.89% | - |
| XYZ | 34.82 | 17.73 | 16.05 | - |
| YUV | 84.12 | 142.05 | 230.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 6 | 109 | 0 | 0.97 | 0.52 | 0.11 | 332.16 | 0.95 | 0.46 |
| Hex | E4 | 6 | 6D | 0 | 61 | 34 | B | 14C | 5F | 2E |
| Octal | 344 | 6 | 155 | 0 | 141 | 64 | 13 | 514 | 137 | 56 |
| Binary | 11100100 | 110 | 1101101 | 0 | 1100001 | 110100 | 1011 | 101001100 | 1011111 | 101110 |
Color Harmonies of #E4066D
Complementary color
Monochromatic Colors of #E4066D
Black with #E4066D
Text Example
Text Example
White with #E4066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4066D; }
p { color: rgb(228,6,109); }
H1.HeaderClassName
{
color: #E4066D;
}
.AnyTagClassName
{
color: #E4066D;
}
</style>
background-color css
<style>
a { background-color: #E4066D; }
a { background-color: rgb(228,6,109); }
div.DivClassName
{
background-color: #E4066D;
}
.BgClassName
{
background-color: #E4066D;
}
</style>
border-color css
<style>
span { border-color: #E4066D; }
span { border-color: rgb(228,6,109); }
td.TdClassName
{
border-color: #E4066D;
}
.TagClassName
{
border-color: #E4066D;
}
</style>