Shades of Razzmatazz #EE037A
Tints of Razzmatazz #EE037A
RGB
CMYK
RGB Variations
Color information
#EE037A (or 0xEE037A) is known color: Razzmatazz. HEX triplet: EE, 03 and 7A. RGB value is (238,3,122). Sum of RGB (Red+Green+Blue) = 238+3+122=363 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.56% from 363); Green value is 3 (1.56% from 255 or 0.83% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 238 - color contains mainly: red. Hex color #EE037A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE037A is #11FC85. Grayscale: #565656. Windows color (decimal): -1178758 or 7996398. OLE color: 7996398.
HSL color Cylindrical-coordinate representation of color #EE037A: hue angle of 329.62º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE037A is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 3 | 122 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.07 |
| HSL | 329.62º | 0.98% | 0.47% | - |
| HSV(B) | 329.62º | 0.99% | 0.93% | - |
| XYZ | 38.81 | 19.65 | 20.16 | - |
| YUV | 86.83 | 147.86 | 235.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 3 | 122 | 0 | 0.99 | 0.49 | 0.07 | 329.62 | 0.98 | 0.47 |
| Hex | EE | 3 | 7A | 0 | 63 | 31 | 7 | 14A | 62 | 2F |
| Octal | 356 | 3 | 172 | 0 | 143 | 61 | 7 | 512 | 142 | 57 |
| Binary | 11101110 | 11 | 1111010 | 0 | 1100011 | 110001 | 111 | 101001010 | 1100010 | 101111 |
Color Harmonies of #EE037A
Complementary color
Monochromatic Colors of #EE037A
Black with #EE037A
Text Example
Text Example
White with #EE037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE037A; }
p { color: rgb(238,3,122); }
H1.HeaderClassName
{
color: #EE037A;
}
.AnyTagClassName
{
color: #EE037A;
}
</style>
background-color css
<style>
a { background-color: #EE037A; }
a { background-color: rgb(238,3,122); }
div.DivClassName
{
background-color: #EE037A;
}
.BgClassName
{
background-color: #EE037A;
}
</style>
border-color css
<style>
span { border-color: #EE037A; }
span { border-color: rgb(238,3,122); }
td.TdClassName
{
border-color: #EE037A;
}
.TagClassName
{
border-color: #EE037A;
}
</style>