Shades of Razzmatazz #EF1055
Tints of Razzmatazz #EF1055
RGB
CMYK
RGB Variations
Color information
#EF1055 (or 0xEF1055) is known color: Razzmatazz. HEX triplet: EF, 10 and 55. RGB value is (239,16,85). Sum of RGB (Red+Green+Blue) = 239+16+85=340 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.29% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1055 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1055 is #10EFAA. Grayscale: #5A5A5A. Windows color (decimal): -1109931 or 5574895. OLE color: 5574895.
HSL color Cylindrical-coordinate representation of color #EF1055: hue angle of 341.43º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF1055 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 16 | 85 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.06 |
| HSL | 341.44º | 0.87% | 0.5% | - |
| HSV(B) | 341.44º | 0.93% | 0.94% | - |
| XYZ | 37.42 | 19.38 | 10.36 | - |
| YUV | 90.54 | 124.88 | 233.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 16 | 85 | 0 | 0.93 | 0.64 | 0.06 | 341.44 | 0.87 | 0.5 |
| Hex | EF | 10 | 55 | 0 | 5D | 40 | 6 | 155 | 57 | 32 |
| Octal | 357 | 20 | 125 | 0 | 135 | 100 | 6 | 525 | 127 | 62 |
| Binary | 11101111 | 10000 | 1010101 | 0 | 1011101 | 1000000 | 110 | 101010101 | 1010111 | 110010 |
Color Harmonies of #EF1055
Complementary color
Monochromatic Colors of #EF1055
Black with #EF1055
Text Example
Text Example
White with #EF1055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1055; }
p { color: rgb(239,16,85); }
H1.HeaderClassName
{
color: #EF1055;
}
.AnyTagClassName
{
color: #EF1055;
}
</style>
background-color css
<style>
a { background-color: #EF1055; }
a { background-color: rgb(239,16,85); }
div.DivClassName
{
background-color: #EF1055;
}
.BgClassName
{
background-color: #EF1055;
}
</style>
border-color css
<style>
span { border-color: #EF1055; }
span { border-color: rgb(239,16,85); }
td.TdClassName
{
border-color: #EF1055;
}
.TagClassName
{
border-color: #EF1055;
}
</style>