Shades of Razzmatazz #EE0674
Tints of Razzmatazz #EE0674
RGB
CMYK
RGB Variations
Color information
#EE0674 (or 0xEE0674) is known color: Razzmatazz. HEX triplet: EE, 06 and 74. RGB value is (238,6,116). Sum of RGB (Red+Green+Blue) = 238+6+116=360 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.11% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0674 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0674 is #11F98B. Grayscale: #575757. Windows color (decimal): -1177996 or 7603950. OLE color: 7603950.
HSL color Cylindrical-coordinate representation of color #EE0674: hue angle of 331.55º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE0674 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 6 | 116 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.07 |
| HSL | 331.55º | 0.95% | 0.48% | - |
| HSV(B) | 331.55º | 0.97% | 0.93% | - |
| XYZ | 38.48 | 19.57 | 18.27 | - |
| YUV | 87.91 | 143.86 | 235.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 6 | 116 | 0 | 0.97 | 0.51 | 0.07 | 331.55 | 0.95 | 0.48 |
| Hex | EE | 6 | 74 | 0 | 61 | 33 | 7 | 14C | 5F | 30 |
| Octal | 356 | 6 | 164 | 0 | 141 | 63 | 7 | 514 | 137 | 60 |
| Binary | 11101110 | 110 | 1110100 | 0 | 1100001 | 110011 | 111 | 101001100 | 1011111 | 110000 |
Color Harmonies of #EE0674
Complementary color
Monochromatic Colors of #EE0674
Black with #EE0674
Text Example
Text Example
White with #EE0674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0674; }
p { color: rgb(238,6,116); }
H1.HeaderClassName
{
color: #EE0674;
}
.AnyTagClassName
{
color: #EE0674;
}
</style>
background-color css
<style>
a { background-color: #EE0674; }
a { background-color: rgb(238,6,116); }
div.DivClassName
{
background-color: #EE0674;
}
.BgClassName
{
background-color: #EE0674;
}
</style>
border-color css
<style>
span { border-color: #EE0674; }
span { border-color: rgb(238,6,116); }
td.TdClassName
{
border-color: #EE0674;
}
.TagClassName
{
border-color: #EE0674;
}
</style>