Shades of Razzmatazz #EF155D
Tints of Razzmatazz #EF155D
RGB
CMYK
RGB Variations
Color information
#EF155D (or 0xEF155D) is known color: Razzmatazz. HEX triplet: EF, 15 and 5D. RGB value is (239,21,93). Sum of RGB (Red+Green+Blue) = 239+21+93=353 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.71% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 239 - color contains mainly: red. Hex color #EF155D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF155D is #10EAA2. Grayscale: #5E5E5E. Windows color (decimal): -1108643 or 6100463. OLE color: 6100463.
HSL color Cylindrical-coordinate representation of color #EF155D: hue angle of 340.18º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF155D is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 93 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.06 |
| HSL | 340.18º | 0.87% | 0.51% | - |
| HSV(B) | 340.18º | 0.91% | 0.94% | - |
| XYZ | 37.84 | 19.68 | 12.16 | - |
| YUV | 94.39 | 127.22 | 231.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 93 | 0 | 0.91 | 0.61 | 0.06 | 340.18 | 0.87 | 0.51 |
| Hex | EF | 15 | 5D | 0 | 5B | 3D | 6 | 154 | 57 | 33 |
| Octal | 357 | 25 | 135 | 0 | 133 | 75 | 6 | 524 | 127 | 63 |
| Binary | 11101111 | 10101 | 1011101 | 0 | 1011011 | 111101 | 110 | 101010100 | 1010111 | 110011 |
Color Harmonies of #EF155D
Complementary color
Monochromatic Colors of #EF155D
Black with #EF155D
Text Example
Text Example
White with #EF155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF155D; }
p { color: rgb(239,21,93); }
H1.HeaderClassName
{
color: #EF155D;
}
.AnyTagClassName
{
color: #EF155D;
}
</style>
background-color css
<style>
a { background-color: #EF155D; }
a { background-color: rgb(239,21,93); }
div.DivClassName
{
background-color: #EF155D;
}
.BgClassName
{
background-color: #EF155D;
}
</style>
border-color css
<style>
span { border-color: #EF155D; }
span { border-color: rgb(239,21,93); }
td.TdClassName
{
border-color: #EF155D;
}
.TagClassName
{
border-color: #EF155D;
}
</style>