Shades of Razzmatazz #EF145F
Tints of Razzmatazz #EF145F
RGB
CMYK
RGB Variations
Color information
#EF145F (or 0xEF145F) is known color: Razzmatazz. HEX triplet: EF, 14 and 5F. RGB value is (239,20,95). Sum of RGB (Red+Green+Blue) = 239+20+95=354 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.51% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 239 - color contains mainly: red. Hex color #EF145F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF145F is #10EBA0. Grayscale: #5D5D5D. Windows color (decimal): -1108897 or 6231279. OLE color: 6231279.
HSL color Cylindrical-coordinate representation of color #EF145F: hue angle of 339.45º 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 #EF145F is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 95 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.06 |
| HSL | 339.45º | 0.87% | 0.51% | - |
| HSV(B) | 339.45º | 0.92% | 0.94% | - |
| XYZ | 37.91 | 19.68 | 12.63 | - |
| YUV | 94.03 | 128.55 | 231.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 95 | 0 | 0.92 | 0.60 | 0.06 | 339.45 | 0.87 | 0.51 |
| Hex | EF | 14 | 5F | 0 | 5C | 3C | 6 | 153 | 57 | 33 |
| Octal | 357 | 24 | 137 | 0 | 134 | 74 | 6 | 523 | 127 | 63 |
| Binary | 11101111 | 10100 | 1011111 | 0 | 1011100 | 111100 | 110 | 101010011 | 1010111 | 110011 |
Color Harmonies of #EF145F
Complementary color
Monochromatic Colors of #EF145F
Black with #EF145F
Text Example
Text Example
White with #EF145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF145F; }
p { color: rgb(239,20,95); }
H1.HeaderClassName
{
color: #EF145F;
}
.AnyTagClassName
{
color: #EF145F;
}
</style>
background-color css
<style>
a { background-color: #EF145F; }
a { background-color: rgb(239,20,95); }
div.DivClassName
{
background-color: #EF145F;
}
.BgClassName
{
background-color: #EF145F;
}
</style>
border-color css
<style>
span { border-color: #EF145F; }
span { border-color: rgb(239,20,95); }
td.TdClassName
{
border-color: #EF145F;
}
.TagClassName
{
border-color: #EF145F;
}
</style>