Shades of Razzmatazz #EF115D
Tints of Razzmatazz #EF115D
RGB
CMYK
RGB Variations
Color information
#EF115D (or 0xEF115D) is known color: Razzmatazz. HEX triplet: EF, 11 and 5D. RGB value is (239,17,93). Sum of RGB (Red+Green+Blue) = 239+17+93=349 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.48% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 239 - color contains mainly: red. Hex color #EF115D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF115D is #10EEA2. Grayscale: #5B5B5B. Windows color (decimal): -1109667 or 6099439. OLE color: 6099439.
HSL color Cylindrical-coordinate representation of color #EF115D: hue angle of 339.46º 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 #EF115D is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 17 | 93 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.06 |
| HSL | 339.46º | 0.87% | 0.5% | - |
| HSV(B) | 339.46º | 0.93% | 0.94% | - |
| XYZ | 37.77 | 19.54 | 12.14 | - |
| YUV | 92.04 | 128.55 | 232.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 17 | 93 | 0 | 0.93 | 0.61 | 0.06 | 339.46 | 0.87 | 0.5 |
| Hex | EF | 11 | 5D | 0 | 5D | 3D | 6 | 153 | 57 | 32 |
| Octal | 357 | 21 | 135 | 0 | 135 | 75 | 6 | 523 | 127 | 62 |
| Binary | 11101111 | 10001 | 1011101 | 0 | 1011101 | 111101 | 110 | 101010011 | 1010111 | 110010 |
Color Harmonies of #EF115D
Complementary color
Monochromatic Colors of #EF115D
Black with #EF115D
Text Example
Text Example
White with #EF115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF115D; }
p { color: rgb(239,17,93); }
H1.HeaderClassName
{
color: #EF115D;
}
.AnyTagClassName
{
color: #EF115D;
}
</style>
background-color css
<style>
a { background-color: #EF115D; }
a { background-color: rgb(239,17,93); }
div.DivClassName
{
background-color: #EF115D;
}
.BgClassName
{
background-color: #EF115D;
}
</style>
border-color css
<style>
span { border-color: #EF115D; }
span { border-color: rgb(239,17,93); }
td.TdClassName
{
border-color: #EF115D;
}
.TagClassName
{
border-color: #EF115D;
}
</style>