Shades of Razzmatazz #EF0D5E
Tints of Razzmatazz #EF0D5E
RGB
CMYK
RGB Variations
Color information
#EF0D5E (or 0xEF0D5E) is known color: Razzmatazz. HEX triplet: EF, 0D and 5E. RGB value is (239,13,94). Sum of RGB (Red+Green+Blue) = 239+13+94=346 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.08% from 346); Green value is 13 (5.47% from 255 or 3.76% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0D5E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0D5E is #10F2A1. Grayscale: #595959. Windows color (decimal): -1110690 or 6163951. OLE color: 6163951.
HSL color Cylindrical-coordinate representation of color #EF0D5E: hue angle of 338.5º 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 #EF0D5E is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 13 | 94 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.06 |
| HSL | 338.5º | 0.9% | 0.49% | - |
| HSV(B) | 338.5º | 0.95% | 0.94% | - |
| XYZ | 37.76 | 19.45 | 12.35 | - |
| YUV | 89.81 | 130.37 | 234.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 13 | 94 | 0 | 0.95 | 0.61 | 0.06 | 338.5 | 0.9 | 0.49 |
| Hex | EF | D | 5E | 0 | 5F | 3D | 6 | 152 | 5A | 31 |
| Octal | 357 | 15 | 136 | 0 | 137 | 75 | 6 | 522 | 132 | 61 |
| Binary | 11101111 | 1101 | 1011110 | 0 | 1011111 | 111101 | 110 | 101010010 | 1011010 | 110001 |
Color Harmonies of #EF0D5E
Complementary color
Monochromatic Colors of #EF0D5E
Black with #EF0D5E
Text Example
Text Example
White with #EF0D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0D5E; }
p { color: rgb(239,13,94); }
H1.HeaderClassName
{
color: #EF0D5E;
}
.AnyTagClassName
{
color: #EF0D5E;
}
</style>
background-color css
<style>
a { background-color: #EF0D5E; }
a { background-color: rgb(239,13,94); }
div.DivClassName
{
background-color: #EF0D5E;
}
.BgClassName
{
background-color: #EF0D5E;
}
</style>
border-color css
<style>
span { border-color: #EF0D5E; }
span { border-color: rgb(239,13,94); }
td.TdClassName
{
border-color: #EF0D5E;
}
.TagClassName
{
border-color: #EF0D5E;
}
</style>