Shades of Razzmatazz #EF0475
Tints of Razzmatazz #EF0475
RGB
CMYK
RGB Variations
Color information
#EF0475 (or 0xEF0475) is known color: Razzmatazz. HEX triplet: EF, 04 and 75. RGB value is (239,4,117). Sum of RGB (Red+Green+Blue) = 239+4+117=360 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.39% from 360); Green value is 4 (1.95% from 255 or 1.11% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0475 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0475 is #10FB8A. Grayscale: #565656. Windows color (decimal): -1112971 or 7668975. OLE color: 7668975.
HSL color Cylindrical-coordinate representation of color #EF0475: hue angle of 331.15º 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 #EF0475 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 4 | 117 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.06 |
| HSL | 331.15º | 0.97% | 0.48% | - |
| HSV(B) | 331.15º | 0.98% | 0.94% | - |
| XYZ | 38.85 | 19.72 | 18.59 | - |
| YUV | 87.15 | 144.86 | 236.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 117 | 0 | 0.98 | 0.51 | 0.06 | 331.15 | 0.97 | 0.48 |
| Hex | EF | 4 | 75 | 0 | 62 | 33 | 6 | 14B | 61 | 30 |
| Octal | 357 | 4 | 165 | 0 | 142 | 63 | 6 | 513 | 141 | 60 |
| Binary | 11101111 | 100 | 1110101 | 0 | 1100010 | 110011 | 110 | 101001011 | 1100001 | 110000 |
Color Harmonies of #EF0475
Complementary color
Monochromatic Colors of #EF0475
Black with #EF0475
Text Example
Text Example
White with #EF0475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0475; }
p { color: rgb(239,4,117); }
H1.HeaderClassName
{
color: #EF0475;
}
.AnyTagClassName
{
color: #EF0475;
}
</style>
background-color css
<style>
a { background-color: #EF0475; }
a { background-color: rgb(239,4,117); }
div.DivClassName
{
background-color: #EF0475;
}
.BgClassName
{
background-color: #EF0475;
}
</style>
border-color css
<style>
span { border-color: #EF0475; }
span { border-color: rgb(239,4,117); }
td.TdClassName
{
border-color: #EF0475;
}
.TagClassName
{
border-color: #EF0475;
}
</style>