Shades of Razzmatazz #EE045E
Tints of Razzmatazz #EE045E
RGB
CMYK
RGB Variations
Color information
#EE045E (or 0xEE045E) is known color: Razzmatazz. HEX triplet: EE, 04 and 5E. RGB value is (238,4,94). Sum of RGB (Red+Green+Blue) = 238+4+94=336 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.83% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 238 - color contains mainly: red. Hex color #EE045E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE045E is #11FBA1. Grayscale: #545454. Windows color (decimal): -1178530 or 6161646. OLE color: 6161646.
HSL color Cylindrical-coordinate representation of color #EE045E: hue angle of 336.92º 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 #EE045E is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 4 | 94 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.07 |
| HSL | 336.92º | 0.97% | 0.47% | - |
| HSV(B) | 336.92º | 0.98% | 0.93% | - |
| XYZ | 37.32 | 19.07 | 12.3 | - |
| YUV | 84.23 | 133.52 | 237.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 4 | 94 | 0 | 0.98 | 0.61 | 0.07 | 336.92 | 0.97 | 0.47 |
| Hex | EE | 4 | 5E | 0 | 62 | 3D | 7 | 151 | 61 | 2F |
| Octal | 356 | 4 | 136 | 0 | 142 | 75 | 7 | 521 | 141 | 57 |
| Binary | 11101110 | 100 | 1011110 | 0 | 1100010 | 111101 | 111 | 101010001 | 1100001 | 101111 |
Color Harmonies of #EE045E
Complementary color
Monochromatic Colors of #EE045E
Black with #EE045E
Text Example
Text Example
White with #EE045E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE045E; }
p { color: rgb(238,4,94); }
H1.HeaderClassName
{
color: #EE045E;
}
.AnyTagClassName
{
color: #EE045E;
}
</style>
background-color css
<style>
a { background-color: #EE045E; }
a { background-color: rgb(238,4,94); }
div.DivClassName
{
background-color: #EE045E;
}
.BgClassName
{
background-color: #EE045E;
}
</style>
border-color css
<style>
span { border-color: #EE045E; }
span { border-color: rgb(238,4,94); }
td.TdClassName
{
border-color: #EE045E;
}
.TagClassName
{
border-color: #EE045E;
}
</style>