Shades of Razzmatazz #EE0078
Tints of Razzmatazz #EE0078
RGB
CMYK
RGB Variations
Color information
#EE0078 (or 0xEE0078) is known color: Razzmatazz. HEX triplet: EE, 00 and 78. RGB value is (238,0,120). Sum of RGB (Red+Green+Blue) = 238+0+120=358 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.48% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0078 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0078 is #11FF87. Grayscale: #545454. Windows color (decimal): -1179528 or 7864558. OLE color: 7864558.
HSL color Cylindrical-coordinate representation of color #EE0078: hue angle of 329.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0078 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.50 | 0.07 |
| HSL | 329.75º | 1% | 0.47% | - |
| HSV(B) | 329.75º | 1% | 0.93% | - |
| XYZ | 38.65 | 19.53 | 19.5 | - |
| YUV | 84.84 | 147.85 | 237.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 120 | 0 | 1 | 0.50 | 0.07 | 329.75 | 1 | 0.47 |
| Hex | EE | 0 | 78 | 0 | 64 | 32 | 7 | 14A | 64 | 2F |
| Octal | 356 | 0 | 170 | 0 | 144 | 62 | 7 | 512 | 144 | 57 |
| Binary | 11101110 | 0 | 1111000 | 0 | 1100100 | 110010 | 111 | 101001010 | 1100100 | 101111 |
Color Harmonies of #EE0078
Complementary color
Monochromatic Colors of #EE0078
Black with #EE0078
Text Example
Text Example
White with #EE0078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0078; }
p { color: rgb(238,0,120); }
H1.HeaderClassName
{
color: #EE0078;
}
.AnyTagClassName
{
color: #EE0078;
}
</style>
background-color css
<style>
a { background-color: #EE0078; }
a { background-color: rgb(238,0,120); }
div.DivClassName
{
background-color: #EE0078;
}
.BgClassName
{
background-color: #EE0078;
}
</style>
border-color css
<style>
span { border-color: #EE0078; }
span { border-color: rgb(238,0,120); }
td.TdClassName
{
border-color: #EE0078;
}
.TagClassName
{
border-color: #EE0078;
}
</style>