Shades of Razzmatazz #EF1750
Tints of Razzmatazz #EF1750
RGB
CMYK
RGB Variations
Color information
#EF1750 (or 0xEF1750) is known color: Razzmatazz. HEX triplet: EF, 17 and 50. RGB value is (239,23,80). Sum of RGB (Red+Green+Blue) = 239+23+80=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 23 (9.38% from 255 or 6.73% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1750 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1750 is #10E8AF. Grayscale: #5E5E5E. Windows color (decimal): -1108144 or 5249007. OLE color: 5249007.
HSL color Cylindrical-coordinate representation of color #EF1750: hue angle of 344.17º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1750 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 80 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.06 |
| HSL | 344.17º | 0.87% | 0.51% | - |
| HSV(B) | 344.17º | 0.9% | 0.94% | - |
| XYZ | 37.35 | 19.54 | 9.39 | - |
| YUV | 94.08 | 120.06 | 231.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 80 | 0 | 0.90 | 0.67 | 0.06 | 344.17 | 0.87 | 0.51 |
| Hex | EF | 17 | 50 | 0 | 5A | 43 | 6 | 158 | 57 | 33 |
| Octal | 357 | 27 | 120 | 0 | 132 | 103 | 6 | 530 | 127 | 63 |
| Binary | 11101111 | 10111 | 1010000 | 0 | 1011010 | 1000011 | 110 | 101011000 | 1010111 | 110011 |
Color Harmonies of #EF1750
Complementary color
Monochromatic Colors of #EF1750
Black with #EF1750
Text Example
Text Example
White with #EF1750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1750; }
p { color: rgb(239,23,80); }
H1.HeaderClassName
{
color: #EF1750;
}
.AnyTagClassName
{
color: #EF1750;
}
</style>
background-color css
<style>
a { background-color: #EF1750; }
a { background-color: rgb(239,23,80); }
div.DivClassName
{
background-color: #EF1750;
}
.BgClassName
{
background-color: #EF1750;
}
</style>
border-color css
<style>
span { border-color: #EF1750; }
span { border-color: rgb(239,23,80); }
td.TdClassName
{
border-color: #EF1750;
}
.TagClassName
{
border-color: #EF1750;
}
</style>