Shades of Razzmatazz #EF1255
Tints of Razzmatazz #EF1255
RGB
CMYK
RGB Variations
Color information
#EF1255 (or 0xEF1255) is known color: Razzmatazz. HEX triplet: EF, 12 and 55. RGB value is (239,18,85). Sum of RGB (Red+Green+Blue) = 239+18+85=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1255 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1255 is #10EDAA. Grayscale: #5B5B5B. Windows color (decimal): -1109419 or 5575407. OLE color: 5575407.
HSL color Cylindrical-coordinate representation of color #EF1255: hue angle of 341.81º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF1255 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 18 | 85 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.06 |
| HSL | 341.81º | 0.87% | 0.5% | - |
| HSV(B) | 341.81º | 0.92% | 0.94% | - |
| XYZ | 37.45 | 19.44 | 10.37 | - |
| YUV | 91.72 | 124.22 | 233.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 18 | 85 | 0 | 0.92 | 0.64 | 0.06 | 341.81 | 0.87 | 0.5 |
| Hex | EF | 12 | 55 | 0 | 5C | 40 | 6 | 156 | 57 | 32 |
| Octal | 357 | 22 | 125 | 0 | 134 | 100 | 6 | 526 | 127 | 62 |
| Binary | 11101111 | 10010 | 1010101 | 0 | 1011100 | 1000000 | 110 | 101010110 | 1010111 | 110010 |
Color Harmonies of #EF1255
Complementary color
Monochromatic Colors of #EF1255
Black with #EF1255
Text Example
Text Example
White with #EF1255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1255; }
p { color: rgb(239,18,85); }
H1.HeaderClassName
{
color: #EF1255;
}
.AnyTagClassName
{
color: #EF1255;
}
</style>
background-color css
<style>
a { background-color: #EF1255; }
a { background-color: rgb(239,18,85); }
div.DivClassName
{
background-color: #EF1255;
}
.BgClassName
{
background-color: #EF1255;
}
</style>
border-color css
<style>
span { border-color: #EF1255; }
span { border-color: rgb(239,18,85); }
td.TdClassName
{
border-color: #EF1255;
}
.TagClassName
{
border-color: #EF1255;
}
</style>