Shades of Razzmatazz #EE0475
Tints of Razzmatazz #EE0475
RGB
CMYK
RGB Variations
Color information
#EE0475 (or 0xEE0475) is known color: Razzmatazz. HEX triplet: EE, 04 and 75. RGB value is (238,4,117). Sum of RGB (Red+Green+Blue) = 238+4+117=359 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.30% from 359); Green value is 4 (1.95% from 255 or 1.11% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0475 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0475 is #11FB8A. Grayscale: #565656. Windows color (decimal): -1178507 or 7668974. OLE color: 7668974.
HSL color Cylindrical-coordinate representation of color #EE0475: hue angle of 331.03º 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 #EE0475 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 4 | 117 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.07 |
| HSL | 331.03º | 0.97% | 0.47% | - |
| HSV(B) | 331.03º | 0.98% | 0.93% | - |
| XYZ | 38.51 | 19.55 | 18.57 | - |
| YUV | 86.85 | 145.02 | 235.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 4 | 117 | 0 | 0.98 | 0.51 | 0.07 | 331.03 | 0.97 | 0.47 |
| Hex | EE | 4 | 75 | 0 | 62 | 33 | 7 | 14B | 61 | 2F |
| Octal | 356 | 4 | 165 | 0 | 142 | 63 | 7 | 513 | 141 | 57 |
| Binary | 11101110 | 100 | 1110101 | 0 | 1100010 | 110011 | 111 | 101001011 | 1100001 | 101111 |
Color Harmonies of #EE0475
Complementary color
Monochromatic Colors of #EE0475
Black with #EE0475
Text Example
Text Example
White with #EE0475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0475; }
p { color: rgb(238,4,117); }
H1.HeaderClassName
{
color: #EE0475;
}
.AnyTagClassName
{
color: #EE0475;
}
</style>
background-color css
<style>
a { background-color: #EE0475; }
a { background-color: rgb(238,4,117); }
div.DivClassName
{
background-color: #EE0475;
}
.BgClassName
{
background-color: #EE0475;
}
</style>
border-color css
<style>
span { border-color: #EE0475; }
span { border-color: rgb(238,4,117); }
td.TdClassName
{
border-color: #EE0475;
}
.TagClassName
{
border-color: #EE0475;
}
</style>