Shades of Razzmatazz #EF1451
Tints of Razzmatazz #EF1451
RGB
CMYK
RGB Variations
Color information
#EF1451 (or 0xEF1451) is known color: Razzmatazz. HEX triplet: EF, 14 and 51. RGB value is (239,20,81). Sum of RGB (Red+Green+Blue) = 239+20+81=340 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.29% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1451 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1451 is #10EBAE. Grayscale: #5C5C5C. Windows color (decimal): -1108911 or 5313775. OLE color: 5313775.
HSL color Cylindrical-coordinate representation of color #EF1451: hue angle of 343.29º 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 #EF1451 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 81 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.06 |
| HSL | 343.29º | 0.87% | 0.51% | - |
| HSV(B) | 343.29º | 0.92% | 0.94% | - |
| XYZ | 37.33 | 19.45 | 9.57 | - |
| YUV | 92.44 | 121.55 | 232.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 81 | 0 | 0.92 | 0.66 | 0.06 | 343.29 | 0.87 | 0.51 |
| Hex | EF | 14 | 51 | 0 | 5C | 42 | 6 | 157 | 57 | 33 |
| Octal | 357 | 24 | 121 | 0 | 134 | 102 | 6 | 527 | 127 | 63 |
| Binary | 11101111 | 10100 | 1010001 | 0 | 1011100 | 1000010 | 110 | 101010111 | 1010111 | 110011 |
Color Harmonies of #EF1451
Complementary color
Monochromatic Colors of #EF1451
Black with #EF1451
Text Example
Text Example
White with #EF1451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1451; }
p { color: rgb(239,20,81); }
H1.HeaderClassName
{
color: #EF1451;
}
.AnyTagClassName
{
color: #EF1451;
}
</style>
background-color css
<style>
a { background-color: #EF1451; }
a { background-color: rgb(239,20,81); }
div.DivClassName
{
background-color: #EF1451;
}
.BgClassName
{
background-color: #EF1451;
}
</style>
border-color css
<style>
span { border-color: #EF1451; }
span { border-color: rgb(239,20,81); }
td.TdClassName
{
border-color: #EF1451;
}
.TagClassName
{
border-color: #EF1451;
}
</style>