Shades of Razzmatazz #E0066A
Tints of Razzmatazz #E0066A
RGB
CMYK
RGB Variations
Color information
#E0066A (or 0xE0066A) is known color: Razzmatazz. HEX triplet: E0, 06 and 6A. RGB value is (224,6,106). Sum of RGB (Red+Green+Blue) = 224+6+106=336 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.67% from 336); Green value is 6 (2.73% from 255 or 1.79% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 224 - color contains mainly: red. Hex color #E0066A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0066A is #1FF995. Grayscale: #525252. Windows color (decimal): -2095510 or 6948576. OLE color: 6948576.
HSL color Cylindrical-coordinate representation of color #E0066A: hue angle of 332.48º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E0066A is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 6 | 106 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.12 |
| HSL | 332.48º | 0.95% | 0.45% | - |
| HSV(B) | 332.48º | 0.97% | 0.88% | - |
| XYZ | 33.41 | 17.02 | 15.16 | - |
| YUV | 82.58 | 141.22 | 228.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 6 | 106 | 0 | 0.97 | 0.53 | 0.12 | 332.48 | 0.95 | 0.45 |
| Hex | E0 | 6 | 6A | 0 | 61 | 35 | C | 14C | 5F | 2D |
| Octal | 340 | 6 | 152 | 0 | 141 | 65 | 14 | 514 | 137 | 55 |
| Binary | 11100000 | 110 | 1101010 | 0 | 1100001 | 110101 | 1100 | 101001100 | 1011111 | 101101 |
Color Harmonies of #E0066A
Complementary color
Monochromatic Colors of #E0066A
Black with #E0066A
Text Example
Text Example
White with #E0066A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0066A; }
p { color: rgb(224,6,106); }
H1.HeaderClassName
{
color: #E0066A;
}
.AnyTagClassName
{
color: #E0066A;
}
</style>
background-color css
<style>
a { background-color: #E0066A; }
a { background-color: rgb(224,6,106); }
div.DivClassName
{
background-color: #E0066A;
}
.BgClassName
{
background-color: #E0066A;
}
</style>
border-color css
<style>
span { border-color: #E0066A; }
span { border-color: rgb(224,6,106); }
td.TdClassName
{
border-color: #E0066A;
}
.TagClassName
{
border-color: #E0066A;
}
</style>