Shades of Razzmatazz #EF0072
Tints of Razzmatazz #EF0072
RGB
CMYK
RGB Variations
Color information
#EF0072 (or 0xEF0072) is known color: Razzmatazz. HEX triplet: EF, 00 and 72. RGB value is (239,0,114). Sum of RGB (Red+Green+Blue) = 239+0+114=353 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.71% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0072 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0072 is #10FF8D. Grayscale: #545454. Windows color (decimal): -1113998 or 7471343. OLE color: 7471343.
HSL color Cylindrical-coordinate representation of color #EF0072: hue angle of 331.38º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0072 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 114 | - |
| CMYK | 0 | 1 | 0.52 | 0.06 |
| HSL | 331.38º | 1% | 0.47% | - |
| HSV(B) | 331.38º | 1% | 0.94% | - |
| XYZ | 38.63 | 19.57 | 17.66 | - |
| YUV | 84.46 | 144.68 | 238.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 114 | 0 | 1 | 0.52 | 0.06 | 331.38 | 1 | 0.47 |
| Hex | EF | 0 | 72 | 0 | 64 | 34 | 6 | 14B | 64 | 2F |
| Octal | 357 | 0 | 162 | 0 | 144 | 64 | 6 | 513 | 144 | 57 |
| Binary | 11101111 | 0 | 1110010 | 0 | 1100100 | 110100 | 110 | 101001011 | 1100100 | 101111 |
Color Harmonies of #EF0072
Complementary color
Monochromatic Colors of #EF0072
Black with #EF0072
Text Example
Text Example
White with #EF0072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0072; }
p { color: rgb(239,0,114); }
H1.HeaderClassName
{
color: #EF0072;
}
.AnyTagClassName
{
color: #EF0072;
}
</style>
background-color css
<style>
a { background-color: #EF0072; }
a { background-color: rgb(239,0,114); }
div.DivClassName
{
background-color: #EF0072;
}
.BgClassName
{
background-color: #EF0072;
}
</style>
border-color css
<style>
span { border-color: #EF0072; }
span { border-color: rgb(239,0,114); }
td.TdClassName
{
border-color: #EF0072;
}
.TagClassName
{
border-color: #EF0072;
}
</style>