Shades of Razzmatazz #EE0572
Tints of Razzmatazz #EE0572
RGB
CMYK
RGB Variations
Color information
#EE0572 (or 0xEE0572) is known color: Razzmatazz. HEX triplet: EE, 05 and 72. RGB value is (238,5,114). Sum of RGB (Red+Green+Blue) = 238+5+114=357 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.67% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0572 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0572 is #11FA8D. Grayscale: #565656. Windows color (decimal): -1178254 or 7472622. OLE color: 7472622.
HSL color Cylindrical-coordinate representation of color #EE0572: hue angle of 331.93º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE0572 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 114 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.07 |
| HSL | 331.93º | 0.96% | 0.48% | - |
| HSV(B) | 331.93º | 0.98% | 0.93% | - |
| XYZ | 38.35 | 19.5 | 17.66 | - |
| YUV | 87.09 | 143.19 | 235.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 114 | 0 | 0.98 | 0.52 | 0.07 | 331.93 | 0.96 | 0.48 |
| Hex | EE | 5 | 72 | 0 | 62 | 34 | 7 | 14C | 60 | 30 |
| Octal | 356 | 5 | 162 | 0 | 142 | 64 | 7 | 514 | 140 | 60 |
| Binary | 11101110 | 101 | 1110010 | 0 | 1100010 | 110100 | 111 | 101001100 | 1100000 | 110000 |
Color Harmonies of #EE0572
Complementary color
Monochromatic Colors of #EE0572
Black with #EE0572
Text Example
Text Example
White with #EE0572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0572; }
p { color: rgb(238,5,114); }
H1.HeaderClassName
{
color: #EE0572;
}
.AnyTagClassName
{
color: #EE0572;
}
</style>
background-color css
<style>
a { background-color: #EE0572; }
a { background-color: rgb(238,5,114); }
div.DivClassName
{
background-color: #EE0572;
}
.BgClassName
{
background-color: #EE0572;
}
</style>
border-color css
<style>
span { border-color: #EE0572; }
span { border-color: rgb(238,5,114); }
td.TdClassName
{
border-color: #EE0572;
}
.TagClassName
{
border-color: #EE0572;
}
</style>