Shades of Razzmatazz #EF045C
Tints of Razzmatazz #EF045C
RGB
CMYK
RGB Variations
Color information
#EF045C (or 0xEF045C) is known color: Razzmatazz. HEX triplet: EF, 04 and 5C. RGB value is (239,4,92). Sum of RGB (Red+Green+Blue) = 239+4+92=335 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.34% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 239 - color contains mainly: red. Hex color #EF045C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF045C is #10FBA3. Grayscale: #545454. Windows color (decimal): -1112996 or 6030575. OLE color: 6030575.
HSL color Cylindrical-coordinate representation of color #EF045C: hue angle of 337.53º 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 #EF045C is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 4 | 92 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.06 |
| HSL | 337.53º | 0.97% | 0.48% | - |
| HSV(B) | 337.53º | 0.98% | 0.94% | - |
| XYZ | 37.57 | 19.21 | 11.85 | - |
| YUV | 84.3 | 132.36 | 238.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 92 | 0 | 0.98 | 0.62 | 0.06 | 337.53 | 0.97 | 0.48 |
| Hex | EF | 4 | 5C | 0 | 62 | 3E | 6 | 152 | 61 | 30 |
| Octal | 357 | 4 | 134 | 0 | 142 | 76 | 6 | 522 | 141 | 60 |
| Binary | 11101111 | 100 | 1011100 | 0 | 1100010 | 111110 | 110 | 101010010 | 1100001 | 110000 |
Color Harmonies of #EF045C
Complementary color
Monochromatic Colors of #EF045C
Black with #EF045C
Text Example
Text Example
White with #EF045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF045C; }
p { color: rgb(239,4,92); }
H1.HeaderClassName
{
color: #EF045C;
}
.AnyTagClassName
{
color: #EF045C;
}
</style>
background-color css
<style>
a { background-color: #EF045C; }
a { background-color: rgb(239,4,92); }
div.DivClassName
{
background-color: #EF045C;
}
.BgClassName
{
background-color: #EF045C;
}
</style>
border-color css
<style>
span { border-color: #EF045C; }
span { border-color: rgb(239,4,92); }
td.TdClassName
{
border-color: #EF045C;
}
.TagClassName
{
border-color: #EF045C;
}
</style>