Shades of Razzmatazz #EF0D5C
Tints of Razzmatazz #EF0D5C
RGB
CMYK
RGB Variations
Color information
#EF0D5C (or 0xEF0D5C) is known color: Razzmatazz. HEX triplet: EF, 0D and 5C. RGB value is (239,13,92). Sum of RGB (Red+Green+Blue) = 239+13+92=344 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.48% from 344); Green value is 13 (5.47% from 255 or 3.78% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0D5C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0D5C is #10F2A3. Grayscale: #595959. Windows color (decimal): -1110692 or 6032879. OLE color: 6032879.
HSL color Cylindrical-coordinate representation of color #EF0D5C: hue angle of 339.03º 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 #EF0D5C is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 13 | 92 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.06 |
| HSL | 339.03º | 0.9% | 0.49% | - |
| HSV(B) | 339.03º | 0.95% | 0.94% | - |
| XYZ | 37.67 | 19.41 | 11.89 | - |
| YUV | 89.58 | 129.37 | 234.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 13 | 92 | 0 | 0.95 | 0.62 | 0.06 | 339.03 | 0.9 | 0.49 |
| Hex | EF | D | 5C | 0 | 5F | 3E | 6 | 153 | 5A | 31 |
| Octal | 357 | 15 | 134 | 0 | 137 | 76 | 6 | 523 | 132 | 61 |
| Binary | 11101111 | 1101 | 1011100 | 0 | 1011111 | 111110 | 110 | 101010011 | 1011010 | 110001 |
Color Harmonies of #EF0D5C
Complementary color
Monochromatic Colors of #EF0D5C
Black with #EF0D5C
Text Example
Text Example
White with #EF0D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0D5C; }
p { color: rgb(239,13,92); }
H1.HeaderClassName
{
color: #EF0D5C;
}
.AnyTagClassName
{
color: #EF0D5C;
}
</style>
background-color css
<style>
a { background-color: #EF0D5C; }
a { background-color: rgb(239,13,92); }
div.DivClassName
{
background-color: #EF0D5C;
}
.BgClassName
{
background-color: #EF0D5C;
}
</style>
border-color css
<style>
span { border-color: #EF0D5C; }
span { border-color: rgb(239,13,92); }
td.TdClassName
{
border-color: #EF0D5C;
}
.TagClassName
{
border-color: #EF0D5C;
}
</style>