Shades of Razzmatazz #EF054E
Tints of Razzmatazz #EF054E
RGB
CMYK
RGB Variations
Color information
#EF054E (or 0xEF054E) is known color: Razzmatazz. HEX triplet: EF, 05 and 4E. RGB value is (239,5,78). Sum of RGB (Red+Green+Blue) = 239+5+78=322 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.22% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 239 - color contains mainly: red. Hex color #EF054E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF054E is #10FAB1. Grayscale: #535353. Windows color (decimal): -1112754 or 5113327. OLE color: 5113327.
HSL color Cylindrical-coordinate representation of color #EF054E: hue angle of 341.28º degrees, saturation: 0.96, 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 #EF054E is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 5 | 78 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.06 |
| HSL | 341.28º | 0.96% | 0.48% | - |
| HSV(B) | 341.28º | 0.98% | 0.94% | - |
| XYZ | 37.03 | 19.01 | 8.93 | - |
| YUV | 83.29 | 125.02 | 239.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 5 | 78 | 0 | 0.98 | 0.67 | 0.06 | 341.28 | 0.96 | 0.48 |
| Hex | EF | 5 | 4E | 0 | 62 | 43 | 6 | 155 | 60 | 30 |
| Octal | 357 | 5 | 116 | 0 | 142 | 103 | 6 | 525 | 140 | 60 |
| Binary | 11101111 | 101 | 1001110 | 0 | 1100010 | 1000011 | 110 | 101010101 | 1100000 | 110000 |
Color Harmonies of #EF054E
Complementary color
Monochromatic Colors of #EF054E
Black with #EF054E
Text Example
Text Example
White with #EF054E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF054E; }
p { color: rgb(239,5,78); }
H1.HeaderClassName
{
color: #EF054E;
}
.AnyTagClassName
{
color: #EF054E;
}
</style>
background-color css
<style>
a { background-color: #EF054E; }
a { background-color: rgb(239,5,78); }
div.DivClassName
{
background-color: #EF054E;
}
.BgClassName
{
background-color: #EF054E;
}
</style>
border-color css
<style>
span { border-color: #EF054E; }
span { border-color: rgb(239,5,78); }
td.TdClassName
{
border-color: #EF054E;
}
.TagClassName
{
border-color: #EF054E;
}
</style>