Shades of Razzmatazz #EF1554
Tints of Razzmatazz #EF1554
RGB
CMYK
RGB Variations
Color information
#EF1554 (or 0xEF1554) is known color: Razzmatazz. HEX triplet: EF, 15 and 54. RGB value is (239,21,84). Sum of RGB (Red+Green+Blue) = 239+21+84=344 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.48% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1554 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1554 is #10EAAB. Grayscale: #5D5D5D. Windows color (decimal): -1108652 or 5510639. OLE color: 5510639.
HSL color Cylindrical-coordinate representation of color #EF1554: hue angle of 342.66º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF1554 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 84 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.06 |
| HSL | 342.66º | 0.87% | 0.51% | - |
| HSV(B) | 342.66º | 0.91% | 0.94% | - |
| XYZ | 37.47 | 19.53 | 10.18 | - |
| YUV | 93.36 | 122.72 | 231.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 84 | 0 | 0.91 | 0.65 | 0.06 | 342.66 | 0.87 | 0.51 |
| Hex | EF | 15 | 54 | 0 | 5B | 41 | 6 | 157 | 57 | 33 |
| Octal | 357 | 25 | 124 | 0 | 133 | 101 | 6 | 527 | 127 | 63 |
| Binary | 11101111 | 10101 | 1010100 | 0 | 1011011 | 1000001 | 110 | 101010111 | 1010111 | 110011 |
Color Harmonies of #EF1554
Complementary color
Monochromatic Colors of #EF1554
Black with #EF1554
Text Example
Text Example
White with #EF1554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1554; }
p { color: rgb(239,21,84); }
H1.HeaderClassName
{
color: #EF1554;
}
.AnyTagClassName
{
color: #EF1554;
}
</style>
background-color css
<style>
a { background-color: #EF1554; }
a { background-color: rgb(239,21,84); }
div.DivClassName
{
background-color: #EF1554;
}
.BgClassName
{
background-color: #EF1554;
}
</style>
border-color css
<style>
span { border-color: #EF1554; }
span { border-color: rgb(239,21,84); }
td.TdClassName
{
border-color: #EF1554;
}
.TagClassName
{
border-color: #EF1554;
}
</style>