Shades of Razzmatazz #EF0473
Tints of Razzmatazz #EF0473
RGB
CMYK
RGB Variations
Color information
#EF0473 (or 0xEF0473) is known color: Razzmatazz. HEX triplet: EF, 04 and 73. RGB value is (239,4,115). Sum of RGB (Red+Green+Blue) = 239+4+115=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0473 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0473 is #10FB8C. Grayscale: #565656. Windows color (decimal): -1112973 or 7537903. OLE color: 7537903.
HSL color Cylindrical-coordinate representation of color #EF0473: hue angle of 331.66º 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 #EF0473 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 4 | 115 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.06 |
| HSL | 331.66º | 0.97% | 0.48% | - |
| HSV(B) | 331.66º | 0.98% | 0.94% | - |
| XYZ | 38.73 | 19.68 | 17.98 | - |
| YUV | 86.92 | 143.86 | 236.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 115 | 0 | 0.98 | 0.52 | 0.06 | 331.66 | 0.97 | 0.48 |
| Hex | EF | 4 | 73 | 0 | 62 | 34 | 6 | 14C | 61 | 30 |
| Octal | 357 | 4 | 163 | 0 | 142 | 64 | 6 | 514 | 141 | 60 |
| Binary | 11101111 | 100 | 1110011 | 0 | 1100010 | 110100 | 110 | 101001100 | 1100001 | 110000 |
Color Harmonies of #EF0473
Complementary color
Monochromatic Colors of #EF0473
Black with #EF0473
Text Example
Text Example
White with #EF0473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0473; }
p { color: rgb(239,4,115); }
H1.HeaderClassName
{
color: #EF0473;
}
.AnyTagClassName
{
color: #EF0473;
}
</style>
background-color css
<style>
a { background-color: #EF0473; }
a { background-color: rgb(239,4,115); }
div.DivClassName
{
background-color: #EF0473;
}
.BgClassName
{
background-color: #EF0473;
}
</style>
border-color css
<style>
span { border-color: #EF0473; }
span { border-color: rgb(239,4,115); }
td.TdClassName
{
border-color: #EF0473;
}
.TagClassName
{
border-color: #EF0473;
}
</style>