Shades of Razzmatazz #EF0458
Tints of Razzmatazz #EF0458
RGB
CMYK
RGB Variations
Color information
#EF0458 (or 0xEF0458) is known color: Razzmatazz. HEX triplet: EF, 04 and 58. RGB value is (239,4,88). Sum of RGB (Red+Green+Blue) = 239+4+88=331 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.21% from 331); Green value is 4 (1.95% from 255 or 1.21% from 331); Blue value is 88 (34.77% from 255 or 26.59% from 331); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0458 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0458 is #10FBA7. Grayscale: #535353. Windows color (decimal): -1113000 or 5768431. OLE color: 5768431.
HSL color Cylindrical-coordinate representation of color #EF0458: hue angle of 338.55º 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 #EF0458 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 4 | 88 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.06 |
| HSL | 338.55º | 0.97% | 0.48% | - |
| HSV(B) | 338.55º | 0.98% | 0.94% | - |
| XYZ | 37.4 | 19.14 | 10.96 | - |
| YUV | 83.84 | 130.36 | 238.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 88 | 0 | 0.98 | 0.63 | 0.06 | 338.55 | 0.97 | 0.48 |
| Hex | EF | 4 | 58 | 0 | 62 | 3F | 6 | 153 | 61 | 30 |
| Octal | 357 | 4 | 130 | 0 | 142 | 77 | 6 | 523 | 141 | 60 |
| Binary | 11101111 | 100 | 1011000 | 0 | 1100010 | 111111 | 110 | 101010011 | 1100001 | 110000 |
Color Harmonies of #EF0458
Complementary color
Monochromatic Colors of #EF0458
Black with #EF0458
Text Example
Text Example
White with #EF0458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0458; }
p { color: rgb(239,4,88); }
H1.HeaderClassName
{
color: #EF0458;
}
.AnyTagClassName
{
color: #EF0458;
}
</style>
background-color css
<style>
a { background-color: #EF0458; }
a { background-color: rgb(239,4,88); }
div.DivClassName
{
background-color: #EF0458;
}
.BgClassName
{
background-color: #EF0458;
}
</style>
border-color css
<style>
span { border-color: #EF0458; }
span { border-color: rgb(239,4,88); }
td.TdClassName
{
border-color: #EF0458;
}
.TagClassName
{
border-color: #EF0458;
}
</style>