Shades of Razzmatazz #EF1454
Tints of Razzmatazz #EF1454
RGB
CMYK
RGB Variations
Color information
#EF1454 (or 0xEF1454) is known color: Razzmatazz. HEX triplet: EF, 14 and 54. RGB value is (239,20,84). Sum of RGB (Red+Green+Blue) = 239+20+84=343 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.68% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1454 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1454 is #10EBAB. Grayscale: #5C5C5C. Windows color (decimal): -1108908 or 5510383. OLE color: 5510383.
HSL color Cylindrical-coordinate representation of color #EF1454: hue angle of 342.47º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF1454 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 84 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.06 |
| HSL | 342.47º | 0.87% | 0.51% | - |
| HSV(B) | 342.47º | 0.92% | 0.94% | - |
| XYZ | 37.45 | 19.49 | 10.18 | - |
| YUV | 92.78 | 123.05 | 232.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 84 | 0 | 0.92 | 0.65 | 0.06 | 342.47 | 0.87 | 0.51 |
| Hex | EF | 14 | 54 | 0 | 5C | 41 | 6 | 156 | 57 | 33 |
| Octal | 357 | 24 | 124 | 0 | 134 | 101 | 6 | 526 | 127 | 63 |
| Binary | 11101111 | 10100 | 1010100 | 0 | 1011100 | 1000001 | 110 | 101010110 | 1010111 | 110011 |
Color Harmonies of #EF1454
Complementary color
Monochromatic Colors of #EF1454
Black with #EF1454
Text Example
Text Example
White with #EF1454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1454; }
p { color: rgb(239,20,84); }
H1.HeaderClassName
{
color: #EF1454;
}
.AnyTagClassName
{
color: #EF1454;
}
</style>
background-color css
<style>
a { background-color: #EF1454; }
a { background-color: rgb(239,20,84); }
div.DivClassName
{
background-color: #EF1454;
}
.BgClassName
{
background-color: #EF1454;
}
</style>
border-color css
<style>
span { border-color: #EF1454; }
span { border-color: rgb(239,20,84); }
td.TdClassName
{
border-color: #EF1454;
}
.TagClassName
{
border-color: #EF1454;
}
</style>