Shades of Razzmatazz #EE064C
Tints of Razzmatazz #EE064C
RGB
CMYK
RGB Variations
Color information
#EE064C (or 0xEE064C) is known color: Razzmatazz. HEX triplet: EE, 06 and 4C. RGB value is (238,6,76). Sum of RGB (Red+Green+Blue) = 238+6+76=320 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.38% from 320); Green value is 6 (2.73% from 255 or 1.88% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 238 - color contains mainly: red. Hex color #EE064C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE064C is #11F9B3. Grayscale: #535353. Windows color (decimal): -1178036 or 4982510. OLE color: 4982510.
HSL color Cylindrical-coordinate representation of color #EE064C: hue angle of 341.9º 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 #EE064C is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 6 | 76 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.07 |
| HSL | 341.9º | 0.95% | 0.48% | - |
| HSV(B) | 341.9º | 0.97% | 0.93% | - |
| XYZ | 36.63 | 18.83 | 8.54 | - |
| YUV | 83.35 | 123.86 | 238.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 6 | 76 | 0 | 0.97 | 0.68 | 0.07 | 341.9 | 0.95 | 0.48 |
| Hex | EE | 6 | 4C | 0 | 61 | 44 | 7 | 156 | 5F | 30 |
| Octal | 356 | 6 | 114 | 0 | 141 | 104 | 7 | 526 | 137 | 60 |
| Binary | 11101110 | 110 | 1001100 | 0 | 1100001 | 1000100 | 111 | 101010110 | 1011111 | 110000 |
Color Harmonies of #EE064C
Complementary color
Monochromatic Colors of #EE064C
Black with #EE064C
Text Example
Text Example
White with #EE064C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE064C; }
p { color: rgb(238,6,76); }
H1.HeaderClassName
{
color: #EE064C;
}
.AnyTagClassName
{
color: #EE064C;
}
</style>
background-color css
<style>
a { background-color: #EE064C; }
a { background-color: rgb(238,6,76); }
div.DivClassName
{
background-color: #EE064C;
}
.BgClassName
{
background-color: #EE064C;
}
</style>
border-color css
<style>
span { border-color: #EE064C; }
span { border-color: rgb(238,6,76); }
td.TdClassName
{
border-color: #EE064C;
}
.TagClassName
{
border-color: #EE064C;
}
</style>