Shades of Razzmatazz #EE0476
Tints of Razzmatazz #EE0476
RGB
CMYK
RGB Variations
Color information
#EE0476 (or 0xEE0476) is known color: Razzmatazz. HEX triplet: EE, 04 and 76. RGB value is (238,4,118). Sum of RGB (Red+Green+Blue) = 238+4+118=360 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.11% from 360); Green value is 4 (1.95% from 255 or 1.11% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0476 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0476 is #11FB89. Grayscale: #565656. Windows color (decimal): -1178506 or 7734510. OLE color: 7734510.
HSL color Cylindrical-coordinate representation of color #EE0476: hue angle of 330.77º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE0476 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 4 | 118 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.07 |
| HSL | 330.77º | 0.97% | 0.47% | - |
| HSV(B) | 330.77º | 0.98% | 0.93% | - |
| XYZ | 38.57 | 19.57 | 18.88 | - |
| YUV | 86.96 | 145.52 | 235.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 4 | 118 | 0 | 0.98 | 0.50 | 0.07 | 330.77 | 0.97 | 0.47 |
| Hex | EE | 4 | 76 | 0 | 62 | 32 | 7 | 14B | 61 | 2F |
| Octal | 356 | 4 | 166 | 0 | 142 | 62 | 7 | 513 | 141 | 57 |
| Binary | 11101110 | 100 | 1110110 | 0 | 1100010 | 110010 | 111 | 101001011 | 1100001 | 101111 |
Color Harmonies of #EE0476
Complementary color
Monochromatic Colors of #EE0476
Black with #EE0476
Text Example
Text Example
White with #EE0476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0476; }
p { color: rgb(238,4,118); }
H1.HeaderClassName
{
color: #EE0476;
}
.AnyTagClassName
{
color: #EE0476;
}
</style>
background-color css
<style>
a { background-color: #EE0476; }
a { background-color: rgb(238,4,118); }
div.DivClassName
{
background-color: #EE0476;
}
.BgClassName
{
background-color: #EE0476;
}
</style>
border-color css
<style>
span { border-color: #EE0476; }
span { border-color: rgb(238,4,118); }
td.TdClassName
{
border-color: #EE0476;
}
.TagClassName
{
border-color: #EE0476;
}
</style>