Shades of Razzmatazz #EF045E
Tints of Razzmatazz #EF045E
RGB
CMYK
RGB Variations
Color information
#EF045E (or 0xEF045E) is known color: Razzmatazz. HEX triplet: EF, 04 and 5E. RGB value is (239,4,94). Sum of RGB (Red+Green+Blue) = 239+4+94=337 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.92% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 239 - color contains mainly: red. Hex color #EF045E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF045E is #10FBA1. Grayscale: #545454. Windows color (decimal): -1112994 or 6161647. OLE color: 6161647.
HSL color Cylindrical-coordinate representation of color #EF045E: hue angle of 337.02º 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 #EF045E is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 4 | 94 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.06 |
| HSL | 337.02º | 0.97% | 0.48% | - |
| HSV(B) | 337.02º | 0.98% | 0.94% | - |
| XYZ | 37.66 | 19.25 | 12.32 | - |
| YUV | 84.53 | 133.36 | 238.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 94 | 0 | 0.98 | 0.61 | 0.06 | 337.02 | 0.97 | 0.48 |
| Hex | EF | 4 | 5E | 0 | 62 | 3D | 6 | 151 | 61 | 30 |
| Octal | 357 | 4 | 136 | 0 | 142 | 75 | 6 | 521 | 141 | 60 |
| Binary | 11101111 | 100 | 1011110 | 0 | 1100010 | 111101 | 110 | 101010001 | 1100001 | 110000 |
Color Harmonies of #EF045E
Complementary color
Monochromatic Colors of #EF045E
Black with #EF045E
Text Example
Text Example
White with #EF045E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF045E; }
p { color: rgb(239,4,94); }
H1.HeaderClassName
{
color: #EF045E;
}
.AnyTagClassName
{
color: #EF045E;
}
</style>
background-color css
<style>
a { background-color: #EF045E; }
a { background-color: rgb(239,4,94); }
div.DivClassName
{
background-color: #EF045E;
}
.BgClassName
{
background-color: #EF045E;
}
</style>
border-color css
<style>
span { border-color: #EF045E; }
span { border-color: rgb(239,4,94); }
td.TdClassName
{
border-color: #EF045E;
}
.TagClassName
{
border-color: #EF045E;
}
</style>