Shades of Razzmatazz #EF1250
Tints of Razzmatazz #EF1250
RGB
CMYK
RGB Variations
Color information
#EF1250 (or 0xEF1250) is known color: Razzmatazz. HEX triplet: EF, 12 and 50. RGB value is (239,18,80). Sum of RGB (Red+Green+Blue) = 239+18+80=337 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.92% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1250 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1250 is #10EDAF. Grayscale: #5B5B5B. Windows color (decimal): -1109424 or 5247727. OLE color: 5247727.
HSL color Cylindrical-coordinate representation of color #EF1250: hue angle of 343.17º 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 #EF1250 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 18 | 80 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.06 |
| HSL | 343.17º | 0.87% | 0.5% | - |
| HSV(B) | 343.17º | 0.92% | 0.94% | - |
| XYZ | 37.26 | 19.36 | 9.36 | - |
| YUV | 91.15 | 121.72 | 233.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 18 | 80 | 0 | 0.92 | 0.67 | 0.06 | 343.17 | 0.87 | 0.5 |
| Hex | EF | 12 | 50 | 0 | 5C | 43 | 6 | 157 | 57 | 32 |
| Octal | 357 | 22 | 120 | 0 | 134 | 103 | 6 | 527 | 127 | 62 |
| Binary | 11101111 | 10010 | 1010000 | 0 | 1011100 | 1000011 | 110 | 101010111 | 1010111 | 110010 |
Color Harmonies of #EF1250
Complementary color
Monochromatic Colors of #EF1250
Black with #EF1250
Text Example
Text Example
White with #EF1250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1250; }
p { color: rgb(239,18,80); }
H1.HeaderClassName
{
color: #EF1250;
}
.AnyTagClassName
{
color: #EF1250;
}
</style>
background-color css
<style>
a { background-color: #EF1250; }
a { background-color: rgb(239,18,80); }
div.DivClassName
{
background-color: #EF1250;
}
.BgClassName
{
background-color: #EF1250;
}
</style>
border-color css
<style>
span { border-color: #EF1250; }
span { border-color: rgb(239,18,80); }
td.TdClassName
{
border-color: #EF1250;
}
.TagClassName
{
border-color: #EF1250;
}
</style>