Shades of Razzmatazz #EF1954
Tints of Razzmatazz #EF1954
RGB
CMYK
RGB Variations
Color information
#EF1954 (or 0xEF1954) is known color: Razzmatazz. HEX triplet: EF, 19 and 54. RGB value is (239,25,84). Sum of RGB (Red+Green+Blue) = 239+25+84=348 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.68% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1954 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1954 is #10E6AB. Grayscale: #5F5F5F. Windows color (decimal): -1107628 or 5511663. OLE color: 5511663.
HSL color Cylindrical-coordinate representation of color #EF1954: hue angle of 343.46º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1954 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 84 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.06 |
| HSL | 343.46º | 0.87% | 0.52% | - |
| HSV(B) | 343.46º | 0.9% | 0.94% | - |
| XYZ | 37.54 | 19.69 | 10.21 | - |
| YUV | 95.71 | 121.4 | 230.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 84 | 0 | 0.90 | 0.65 | 0.06 | 343.46 | 0.87 | 0.52 |
| Hex | EF | 19 | 54 | 0 | 5A | 41 | 6 | 157 | 57 | 34 |
| Octal | 357 | 31 | 124 | 0 | 132 | 101 | 6 | 527 | 127 | 64 |
| Binary | 11101111 | 11001 | 1010100 | 0 | 1011010 | 1000001 | 110 | 101010111 | 1010111 | 110100 |
Color Harmonies of #EF1954
Complementary color
Monochromatic Colors of #EF1954
Black with #EF1954
Text Example
Text Example
White with #EF1954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1954; }
p { color: rgb(239,25,84); }
H1.HeaderClassName
{
color: #EF1954;
}
.AnyTagClassName
{
color: #EF1954;
}
</style>
background-color css
<style>
a { background-color: #EF1954; }
a { background-color: rgb(239,25,84); }
div.DivClassName
{
background-color: #EF1954;
}
.BgClassName
{
background-color: #EF1954;
}
</style>
border-color css
<style>
span { border-color: #EF1954; }
span { border-color: rgb(239,25,84); }
td.TdClassName
{
border-color: #EF1954;
}
.TagClassName
{
border-color: #EF1954;
}
</style>