Shades of Razzmatazz #EF0E5C
Tints of Razzmatazz #EF0E5C
RGB
CMYK
RGB Variations
Color information
#EF0E5C (or 0xEF0E5C) is known color: Razzmatazz. HEX triplet: EF, 0E and 5C. RGB value is (239,14,92). Sum of RGB (Red+Green+Blue) = 239+14+92=345 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.28% from 345); Green value is 14 (5.86% from 255 or 4.06% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0E5C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0E5C is #10F1A3. Grayscale: #5A5A5A. Windows color (decimal): -1110436 or 6033135. OLE color: 6033135.
HSL color Cylindrical-coordinate representation of color #EF0E5C: hue angle of 339.2º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0E5C is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 14 | 92 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.06 |
| HSL | 339.2º | 0.89% | 0.5% | - |
| HSV(B) | 339.2º | 0.94% | 0.94% | - |
| XYZ | 37.69 | 19.44 | 11.89 | - |
| YUV | 90.17 | 129.04 | 234.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 14 | 92 | 0 | 0.94 | 0.62 | 0.06 | 339.2 | 0.89 | 0.5 |
| Hex | EF | E | 5C | 0 | 5E | 3E | 6 | 153 | 59 | 32 |
| Octal | 357 | 16 | 134 | 0 | 136 | 76 | 6 | 523 | 131 | 62 |
| Binary | 11101111 | 1110 | 1011100 | 0 | 1011110 | 111110 | 110 | 101010011 | 1011001 | 110010 |
Color Harmonies of #EF0E5C
Complementary color
Monochromatic Colors of #EF0E5C
Black with #EF0E5C
Text Example
Text Example
White with #EF0E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0E5C; }
p { color: rgb(239,14,92); }
H1.HeaderClassName
{
color: #EF0E5C;
}
.AnyTagClassName
{
color: #EF0E5C;
}
</style>
background-color css
<style>
a { background-color: #EF0E5C; }
a { background-color: rgb(239,14,92); }
div.DivClassName
{
background-color: #EF0E5C;
}
.BgClassName
{
background-color: #EF0E5C;
}
</style>
border-color css
<style>
span { border-color: #EF0E5C; }
span { border-color: rgb(239,14,92); }
td.TdClassName
{
border-color: #EF0E5C;
}
.TagClassName
{
border-color: #EF0E5C;
}
</style>