Shades of Razzmatazz #EF0170
Tints of Razzmatazz #EF0170
RGB
CMYK
RGB Variations
Color information
#EF0170 (or 0xEF0170) is known color: Razzmatazz. HEX triplet: EF, 01 and 70. RGB value is (239,1,112). Sum of RGB (Red+Green+Blue) = 239+1+112=352 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.90% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0170 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0170 is #10FE8F. Grayscale: #545454. Windows color (decimal): -1113744 or 7340527. OLE color: 7340527.
HSL color Cylindrical-coordinate representation of color #EF0170: hue angle of 332.02º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0170 is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 1 | 112 | - |
| CMYK | 0 | 1.00 | 0.53 | 0.06 |
| HSL | 332.02º | 0.99% | 0.47% | - |
| HSV(B) | 332.02º | 1% | 0.94% | - |
| XYZ | 38.53 | 19.54 | 17.07 | - |
| YUV | 84.82 | 143.35 | 237.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 112 | 0 | 1.00 | 0.53 | 0.06 | 332.02 | 0.99 | 0.47 |
| Hex | EF | 1 | 70 | 0 | 64 | 35 | 6 | 14C | 63 | 2F |
| Octal | 357 | 1 | 160 | 0 | 144 | 65 | 6 | 514 | 143 | 57 |
| Binary | 11101111 | 1 | 1110000 | 0 | 1100100 | 110101 | 110 | 101001100 | 1100011 | 101111 |
Color Harmonies of #EF0170
Complementary color
Monochromatic Colors of #EF0170
Black with #EF0170
Text Example
Text Example
White with #EF0170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0170; }
p { color: rgb(239,1,112); }
H1.HeaderClassName
{
color: #EF0170;
}
.AnyTagClassName
{
color: #EF0170;
}
</style>
background-color css
<style>
a { background-color: #EF0170; }
a { background-color: rgb(239,1,112); }
div.DivClassName
{
background-color: #EF0170;
}
.BgClassName
{
background-color: #EF0170;
}
</style>
border-color css
<style>
span { border-color: #EF0170; }
span { border-color: rgb(239,1,112); }
td.TdClassName
{
border-color: #EF0170;
}
.TagClassName
{
border-color: #EF0170;
}
</style>