Shades of Razzmatazz #EF0472
Tints of Razzmatazz #EF0472
RGB
CMYK
RGB Variations
Color information
#EF0472 (or 0xEF0472) is known color: Razzmatazz. HEX triplet: EF, 04 and 72. RGB value is (239,4,114). Sum of RGB (Red+Green+Blue) = 239+4+114=357 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.95% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0472 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0472 is #10FB8D. Grayscale: #565656. Windows color (decimal): -1112974 or 7472367. OLE color: 7472367.
HSL color Cylindrical-coordinate representation of color #EF0472: hue angle of 331.91º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF0472 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 4 | 114 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.06 |
| HSL | 331.91º | 0.97% | 0.48% | - |
| HSV(B) | 331.91º | 0.98% | 0.94% | - |
| XYZ | 38.68 | 19.65 | 17.67 | - |
| YUV | 86.81 | 143.36 | 236.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 114 | 0 | 0.98 | 0.52 | 0.06 | 331.91 | 0.97 | 0.48 |
| Hex | EF | 4 | 72 | 0 | 62 | 34 | 6 | 14C | 61 | 30 |
| Octal | 357 | 4 | 162 | 0 | 142 | 64 | 6 | 514 | 141 | 60 |
| Binary | 11101111 | 100 | 1110010 | 0 | 1100010 | 110100 | 110 | 101001100 | 1100001 | 110000 |
Color Harmonies of #EF0472
Complementary color
Monochromatic Colors of #EF0472
Black with #EF0472
Text Example
Text Example
White with #EF0472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0472; }
p { color: rgb(239,4,114); }
H1.HeaderClassName
{
color: #EF0472;
}
.AnyTagClassName
{
color: #EF0472;
}
</style>
background-color css
<style>
a { background-color: #EF0472; }
a { background-color: rgb(239,4,114); }
div.DivClassName
{
background-color: #EF0472;
}
.BgClassName
{
background-color: #EF0472;
}
</style>
border-color css
<style>
span { border-color: #EF0472; }
span { border-color: rgb(239,4,114); }
td.TdClassName
{
border-color: #EF0472;
}
.TagClassName
{
border-color: #EF0472;
}
</style>