Shades of Razzmatazz #EF1555
Tints of Razzmatazz #EF1555
RGB
CMYK
RGB Variations
Color information
#EF1555 (or 0xEF1555) is known color: Razzmatazz. HEX triplet: EF, 15 and 55. RGB value is (239,21,85). Sum of RGB (Red+Green+Blue) = 239+21+85=345 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.28% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1555 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1555 is #10EAAA. Grayscale: #5D5D5D. Windows color (decimal): -1108651 or 5576175. OLE color: 5576175.
HSL color Cylindrical-coordinate representation of color #EF1555: hue angle of 342.39º 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 #EF1555 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 85 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.06 |
| HSL | 342.39º | 0.87% | 0.51% | - |
| HSV(B) | 342.39º | 0.91% | 0.94% | - |
| XYZ | 37.5 | 19.54 | 10.39 | - |
| YUV | 93.48 | 123.22 | 231.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 85 | 0 | 0.91 | 0.64 | 0.06 | 342.39 | 0.87 | 0.51 |
| Hex | EF | 15 | 55 | 0 | 5B | 40 | 6 | 156 | 57 | 33 |
| Octal | 357 | 25 | 125 | 0 | 133 | 100 | 6 | 526 | 127 | 63 |
| Binary | 11101111 | 10101 | 1010101 | 0 | 1011011 | 1000000 | 110 | 101010110 | 1010111 | 110011 |
Color Harmonies of #EF1555
Complementary color
Monochromatic Colors of #EF1555
Black with #EF1555
Text Example
Text Example
White with #EF1555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1555; }
p { color: rgb(239,21,85); }
H1.HeaderClassName
{
color: #EF1555;
}
.AnyTagClassName
{
color: #EF1555;
}
</style>
background-color css
<style>
a { background-color: #EF1555; }
a { background-color: rgb(239,21,85); }
div.DivClassName
{
background-color: #EF1555;
}
.BgClassName
{
background-color: #EF1555;
}
</style>
border-color css
<style>
span { border-color: #EF1555; }
span { border-color: rgb(239,21,85); }
td.TdClassName
{
border-color: #EF1555;
}
.TagClassName
{
border-color: #EF1555;
}
</style>