Shades of Razzmatazz #EE045D
Tints of Razzmatazz #EE045D
RGB
CMYK
RGB Variations
Color information
#EE045D (or 0xEE045D) is known color: Razzmatazz. HEX triplet: EE, 04 and 5D. RGB value is (238,4,93). Sum of RGB (Red+Green+Blue) = 238+4+93=335 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.04% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 238 - color contains mainly: red. Hex color #EE045D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE045D is #11FBA2. Grayscale: #535353. Windows color (decimal): -1178531 or 6096110. OLE color: 6096110.
HSL color Cylindrical-coordinate representation of color #EE045D: hue angle of 337.18º 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 #EE045D is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 4 | 93 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.07 |
| HSL | 337.18º | 0.97% | 0.47% | - |
| HSV(B) | 337.18º | 0.98% | 0.93% | - |
| XYZ | 37.28 | 19.05 | 12.07 | - |
| YUV | 84.11 | 133.02 | 237.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 4 | 93 | 0 | 0.98 | 0.61 | 0.07 | 337.18 | 0.97 | 0.47 |
| Hex | EE | 4 | 5D | 0 | 62 | 3D | 7 | 151 | 61 | 2F |
| Octal | 356 | 4 | 135 | 0 | 142 | 75 | 7 | 521 | 141 | 57 |
| Binary | 11101110 | 100 | 1011101 | 0 | 1100010 | 111101 | 111 | 101010001 | 1100001 | 101111 |
Color Harmonies of #EE045D
Complementary color
Monochromatic Colors of #EE045D
Black with #EE045D
Text Example
Text Example
White with #EE045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE045D; }
p { color: rgb(238,4,93); }
H1.HeaderClassName
{
color: #EE045D;
}
.AnyTagClassName
{
color: #EE045D;
}
</style>
background-color css
<style>
a { background-color: #EE045D; }
a { background-color: rgb(238,4,93); }
div.DivClassName
{
background-color: #EE045D;
}
.BgClassName
{
background-color: #EE045D;
}
</style>
border-color css
<style>
span { border-color: #EE045D; }
span { border-color: rgb(238,4,93); }
td.TdClassName
{
border-color: #EE045D;
}
.TagClassName
{
border-color: #EE045D;
}
</style>