Shades of Razzmatazz #EF0D4E
Tints of Razzmatazz #EF0D4E
RGB
CMYK
RGB Variations
Color information
#EF0D4E (or 0xEF0D4E) is known color: Razzmatazz. HEX triplet: EF, 0D and 4E. RGB value is (239,13,78). Sum of RGB (Red+Green+Blue) = 239+13+78=330 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.42% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0D4E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0D4E is #10F2B1. Grayscale: #575757. Windows color (decimal): -1110706 or 5115375. OLE color: 5115375.
HSL color Cylindrical-coordinate representation of color #EF0D4E: hue angle of 342.74º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0D4E is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 13 | 78 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.06 |
| HSL | 342.74º | 0.9% | 0.49% | - |
| HSV(B) | 342.74º | 0.95% | 0.94% | - |
| XYZ | 37.12 | 19.19 | 8.96 | - |
| YUV | 87.98 | 122.37 | 235.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 13 | 78 | 0 | 0.95 | 0.67 | 0.06 | 342.74 | 0.9 | 0.49 |
| Hex | EF | D | 4E | 0 | 5F | 43 | 6 | 157 | 5A | 31 |
| Octal | 357 | 15 | 116 | 0 | 137 | 103 | 6 | 527 | 132 | 61 |
| Binary | 11101111 | 1101 | 1001110 | 0 | 1011111 | 1000011 | 110 | 101010111 | 1011010 | 110001 |
Color Harmonies of #EF0D4E
Complementary color
Monochromatic Colors of #EF0D4E
Black with #EF0D4E
Text Example
Text Example
White with #EF0D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0D4E; }
p { color: rgb(239,13,78); }
H1.HeaderClassName
{
color: #EF0D4E;
}
.AnyTagClassName
{
color: #EF0D4E;
}
</style>
background-color css
<style>
a { background-color: #EF0D4E; }
a { background-color: rgb(239,13,78); }
div.DivClassName
{
background-color: #EF0D4E;
}
.BgClassName
{
background-color: #EF0D4E;
}
</style>
border-color css
<style>
span { border-color: #EF0D4E; }
span { border-color: rgb(239,13,78); }
td.TdClassName
{
border-color: #EF0D4E;
}
.TagClassName
{
border-color: #EF0D4E;
}
</style>