Shades of Razzmatazz #EF0E5A
Tints of Razzmatazz #EF0E5A
RGB
CMYK
RGB Variations
Color information
#EF0E5A (or 0xEF0E5A) is known color: Razzmatazz. HEX triplet: EF, 0E and 5A. RGB value is (239,14,90). Sum of RGB (Red+Green+Blue) = 239+14+90=343 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.68% from 343); Green value is 14 (5.86% from 255 or 4.08% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0E5A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0E5A is #10F1A5. Grayscale: #595959. Windows color (decimal): -1110438 or 5902063. OLE color: 5902063.
HSL color Cylindrical-coordinate representation of color #EF0E5A: hue angle of 339.73º 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 #EF0E5A is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 14 | 90 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.06 |
| HSL | 339.73º | 0.89% | 0.5% | - |
| HSV(B) | 339.73º | 0.94% | 0.94% | - |
| XYZ | 37.6 | 19.4 | 11.44 | - |
| YUV | 89.94 | 128.04 | 234.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 14 | 90 | 0 | 0.94 | 0.62 | 0.06 | 339.73 | 0.89 | 0.5 |
| Hex | EF | E | 5A | 0 | 5E | 3E | 6 | 154 | 59 | 32 |
| Octal | 357 | 16 | 132 | 0 | 136 | 76 | 6 | 524 | 131 | 62 |
| Binary | 11101111 | 1110 | 1011010 | 0 | 1011110 | 111110 | 110 | 101010100 | 1011001 | 110010 |
Color Harmonies of #EF0E5A
Complementary color
Monochromatic Colors of #EF0E5A
Black with #EF0E5A
Text Example
Text Example
White with #EF0E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0E5A; }
p { color: rgb(239,14,90); }
H1.HeaderClassName
{
color: #EF0E5A;
}
.AnyTagClassName
{
color: #EF0E5A;
}
</style>
background-color css
<style>
a { background-color: #EF0E5A; }
a { background-color: rgb(239,14,90); }
div.DivClassName
{
background-color: #EF0E5A;
}
.BgClassName
{
background-color: #EF0E5A;
}
</style>
border-color css
<style>
span { border-color: #EF0E5A; }
span { border-color: rgb(239,14,90); }
td.TdClassName
{
border-color: #EF0E5A;
}
.TagClassName
{
border-color: #EF0E5A;
}
</style>