Shades of Razzmatazz #EF145B
Tints of Razzmatazz #EF145B
RGB
CMYK
RGB Variations
Color information
#EF145B (or 0xEF145B) is known color: Razzmatazz. HEX triplet: EF, 14 and 5B. RGB value is (239,20,91). Sum of RGB (Red+Green+Blue) = 239+20+91=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF145B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF145B is #10EBA4. Grayscale: #5D5D5D. Windows color (decimal): -1108901 or 5969135. OLE color: 5969135.
HSL color Cylindrical-coordinate representation of color #EF145B: hue angle of 340.55º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF145B is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 91 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.06 |
| HSL | 340.55º | 0.87% | 0.51% | - |
| HSV(B) | 340.55º | 0.92% | 0.94% | - |
| XYZ | 37.74 | 19.61 | 11.69 | - |
| YUV | 93.58 | 126.55 | 231.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 91 | 0 | 0.92 | 0.62 | 0.06 | 340.55 | 0.87 | 0.51 |
| Hex | EF | 14 | 5B | 0 | 5C | 3E | 6 | 155 | 57 | 33 |
| Octal | 357 | 24 | 133 | 0 | 134 | 76 | 6 | 525 | 127 | 63 |
| Binary | 11101111 | 10100 | 1011011 | 0 | 1011100 | 111110 | 110 | 101010101 | 1010111 | 110011 |
Color Harmonies of #EF145B
Complementary color
Monochromatic Colors of #EF145B
Black with #EF145B
Text Example
Text Example
White with #EF145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF145B; }
p { color: rgb(239,20,91); }
H1.HeaderClassName
{
color: #EF145B;
}
.AnyTagClassName
{
color: #EF145B;
}
</style>
background-color css
<style>
a { background-color: #EF145B; }
a { background-color: rgb(239,20,91); }
div.DivClassName
{
background-color: #EF145B;
}
.BgClassName
{
background-color: #EF145B;
}
</style>
border-color css
<style>
span { border-color: #EF145B; }
span { border-color: rgb(239,20,91); }
td.TdClassName
{
border-color: #EF145B;
}
.TagClassName
{
border-color: #EF145B;
}
</style>