Shades of Razzmatazz #EF145C
Tints of Razzmatazz #EF145C
RGB
CMYK
RGB Variations
Color information
#EF145C (or 0xEF145C) is known color: Razzmatazz. HEX triplet: EF, 14 and 5C. RGB value is (239,20,92). Sum of RGB (Red+Green+Blue) = 239+20+92=351 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.09% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 239 - color contains mainly: red. Hex color #EF145C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF145C is #10EBA3. Grayscale: #5D5D5D. Windows color (decimal): -1108900 or 6034671. OLE color: 6034671.
HSL color Cylindrical-coordinate representation of color #EF145C: hue angle of 340.27º 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 #EF145C is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 92 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.06 |
| HSL | 340.27º | 0.87% | 0.51% | - |
| HSV(B) | 340.27º | 0.92% | 0.94% | - |
| XYZ | 37.78 | 19.62 | 11.92 | - |
| YUV | 93.69 | 127.05 | 231.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 92 | 0 | 0.92 | 0.62 | 0.06 | 340.27 | 0.87 | 0.51 |
| Hex | EF | 14 | 5C | 0 | 5C | 3E | 6 | 154 | 57 | 33 |
| Octal | 357 | 24 | 134 | 0 | 134 | 76 | 6 | 524 | 127 | 63 |
| Binary | 11101111 | 10100 | 1011100 | 0 | 1011100 | 111110 | 110 | 101010100 | 1010111 | 110011 |
Color Harmonies of #EF145C
Complementary color
Monochromatic Colors of #EF145C
Black with #EF145C
Text Example
Text Example
White with #EF145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF145C; }
p { color: rgb(239,20,92); }
H1.HeaderClassName
{
color: #EF145C;
}
.AnyTagClassName
{
color: #EF145C;
}
</style>
background-color css
<style>
a { background-color: #EF145C; }
a { background-color: rgb(239,20,92); }
div.DivClassName
{
background-color: #EF145C;
}
.BgClassName
{
background-color: #EF145C;
}
</style>
border-color css
<style>
span { border-color: #EF145C; }
span { border-color: rgb(239,20,92); }
td.TdClassName
{
border-color: #EF145C;
}
.TagClassName
{
border-color: #EF145C;
}
</style>