Shades of Razzmatazz #EF115B
Tints of Razzmatazz #EF115B
RGB
CMYK
RGB Variations
Color information
#EF115B (or 0xEF115B) is known color: Razzmatazz. HEX triplet: EF, 11 and 5B. RGB value is (239,17,91). Sum of RGB (Red+Green+Blue) = 239+17+91=347 (45% of max value = 765). Red value is 239 (93.75% from 255 or 68.88% from 347); Green value is 17 (7.03% from 255 or 4.90% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 239 - color contains mainly: red. Hex color #EF115B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF115B is #10EEA4. Grayscale: #5B5B5B. Windows color (decimal): -1109669 or 5968367. OLE color: 5968367.
HSL color Cylindrical-coordinate representation of color #EF115B: hue angle of 340º 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 #EF115B is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 17 | 91 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.06 |
| HSL | 340º | 0.87% | 0.5% | - |
| HSV(B) | 340º | 0.93% | 0.94% | - |
| XYZ | 37.69 | 19.51 | 11.68 | - |
| YUV | 91.81 | 127.55 | 232.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 17 | 91 | 0 | 0.93 | 0.62 | 0.06 | 340 | 0.87 | 0.5 |
| Hex | EF | 11 | 5B | 0 | 5D | 3E | 6 | 154 | 57 | 32 |
| Octal | 357 | 21 | 133 | 0 | 135 | 76 | 6 | 524 | 127 | 62 |
| Binary | 11101111 | 10001 | 1011011 | 0 | 1011101 | 111110 | 110 | 101010100 | 1010111 | 110010 |
Color Harmonies of #EF115B
Complementary color
Monochromatic Colors of #EF115B
Black with #EF115B
Text Example
Text Example
White with #EF115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF115B; }
p { color: rgb(239,17,91); }
H1.HeaderClassName
{
color: #EF115B;
}
.AnyTagClassName
{
color: #EF115B;
}
</style>
background-color css
<style>
a { background-color: #EF115B; }
a { background-color: rgb(239,17,91); }
div.DivClassName
{
background-color: #EF115B;
}
.BgClassName
{
background-color: #EF115B;
}
</style>
border-color css
<style>
span { border-color: #EF115B; }
span { border-color: rgb(239,17,91); }
td.TdClassName
{
border-color: #EF115B;
}
.TagClassName
{
border-color: #EF115B;
}
</style>