Shades of Razzmatazz #EE0461
Tints of Razzmatazz #EE0461
RGB
CMYK
RGB Variations
Color information
#EE0461 (or 0xEE0461) is known color: Razzmatazz. HEX triplet: EE, 04 and 61. RGB value is (238,4,97). Sum of RGB (Red+Green+Blue) = 238+4+97=339 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.21% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0461 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0461 is #11FB9E. Grayscale: #545454. Windows color (decimal): -1178527 or 6358254. OLE color: 6358254.
HSL color Cylindrical-coordinate representation of color #EE0461: hue angle of 336.15º 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 #EE0461 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 4 | 97 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.07 |
| HSL | 336.15º | 0.97% | 0.47% | - |
| HSV(B) | 336.15º | 0.98% | 0.93% | - |
| XYZ | 37.46 | 19.13 | 13.03 | - |
| YUV | 84.57 | 135.02 | 237.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 4 | 97 | 0 | 0.98 | 0.59 | 0.07 | 336.15 | 0.97 | 0.47 |
| Hex | EE | 4 | 61 | 0 | 62 | 3B | 7 | 150 | 61 | 2F |
| Octal | 356 | 4 | 141 | 0 | 142 | 73 | 7 | 520 | 141 | 57 |
| Binary | 11101110 | 100 | 1100001 | 0 | 1100010 | 111011 | 111 | 101010000 | 1100001 | 101111 |
Color Harmonies of #EE0461
Complementary color
Monochromatic Colors of #EE0461
Black with #EE0461
Text Example
Text Example
White with #EE0461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0461; }
p { color: rgb(238,4,97); }
H1.HeaderClassName
{
color: #EE0461;
}
.AnyTagClassName
{
color: #EE0461;
}
</style>
background-color css
<style>
a { background-color: #EE0461; }
a { background-color: rgb(238,4,97); }
div.DivClassName
{
background-color: #EE0461;
}
.BgClassName
{
background-color: #EE0461;
}
</style>
border-color css
<style>
span { border-color: #EE0461; }
span { border-color: rgb(238,4,97); }
td.TdClassName
{
border-color: #EE0461;
}
.TagClassName
{
border-color: #EE0461;
}
</style>