Shades of Razzmatazz #EF1753
Tints of Razzmatazz #EF1753
RGB
CMYK
RGB Variations
Color information
#EF1753 (or 0xEF1753) is known color: Razzmatazz. HEX triplet: EF, 17 and 53. RGB value is (239,23,83). Sum of RGB (Red+Green+Blue) = 239+23+83=345 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.28% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1753 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1753 is #10E8AC. Grayscale: #5E5E5E. Windows color (decimal): -1108141 or 5445615. OLE color: 5445615.
HSL color Cylindrical-coordinate representation of color #EF1753: hue angle of 343.33º 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 #EF1753 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 83 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.06 |
| HSL | 343.33º | 0.87% | 0.51% | - |
| HSV(B) | 343.33º | 0.9% | 0.94% | - |
| XYZ | 37.46 | 19.59 | 9.99 | - |
| YUV | 94.42 | 121.56 | 231.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 83 | 0 | 0.90 | 0.65 | 0.06 | 343.33 | 0.87 | 0.51 |
| Hex | EF | 17 | 53 | 0 | 5A | 41 | 6 | 157 | 57 | 33 |
| Octal | 357 | 27 | 123 | 0 | 132 | 101 | 6 | 527 | 127 | 63 |
| Binary | 11101111 | 10111 | 1010011 | 0 | 1011010 | 1000001 | 110 | 101010111 | 1010111 | 110011 |
Color Harmonies of #EF1753
Complementary color
Monochromatic Colors of #EF1753
Black with #EF1753
Text Example
Text Example
White with #EF1753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1753; }
p { color: rgb(239,23,83); }
H1.HeaderClassName
{
color: #EF1753;
}
.AnyTagClassName
{
color: #EF1753;
}
</style>
background-color css
<style>
a { background-color: #EF1753; }
a { background-color: rgb(239,23,83); }
div.DivClassName
{
background-color: #EF1753;
}
.BgClassName
{
background-color: #EF1753;
}
</style>
border-color css
<style>
span { border-color: #EF1753; }
span { border-color: rgb(239,23,83); }
td.TdClassName
{
border-color: #EF1753;
}
.TagClassName
{
border-color: #EF1753;
}
</style>