Shades of Razzmatazz #EF0C5C
Tints of Razzmatazz #EF0C5C
RGB
CMYK
RGB Variations
Color information
#EF0C5C (or 0xEF0C5C) is known color: Razzmatazz. HEX triplet: EF, 0C and 5C. RGB value is (239,12,92). Sum of RGB (Red+Green+Blue) = 239+12+92=343 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.68% from 343); Green value is 12 (5.08% from 255 or 3.50% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0C5C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0C5C is #10F3A3. Grayscale: #585858. Windows color (decimal): -1110948 or 6032623. OLE color: 6032623.
HSL color Cylindrical-coordinate representation of color #EF0C5C: hue angle of 338.85º 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 #EF0C5C is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 12 | 92 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.06 |
| HSL | 338.85º | 0.9% | 0.49% | - |
| HSV(B) | 338.85º | 0.95% | 0.94% | - |
| XYZ | 37.66 | 19.39 | 11.88 | - |
| YUV | 88.99 | 129.71 | 235 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 12 | 92 | 0 | 0.95 | 0.62 | 0.06 | 338.85 | 0.9 | 0.49 |
| Hex | EF | C | 5C | 0 | 5F | 3E | 6 | 153 | 5A | 31 |
| Octal | 357 | 14 | 134 | 0 | 137 | 76 | 6 | 523 | 132 | 61 |
| Binary | 11101111 | 1100 | 1011100 | 0 | 1011111 | 111110 | 110 | 101010011 | 1011010 | 110001 |
Color Harmonies of #EF0C5C
Complementary color
Monochromatic Colors of #EF0C5C
Black with #EF0C5C
Text Example
Text Example
White with #EF0C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0C5C; }
p { color: rgb(239,12,92); }
H1.HeaderClassName
{
color: #EF0C5C;
}
.AnyTagClassName
{
color: #EF0C5C;
}
</style>
background-color css
<style>
a { background-color: #EF0C5C; }
a { background-color: rgb(239,12,92); }
div.DivClassName
{
background-color: #EF0C5C;
}
.BgClassName
{
background-color: #EF0C5C;
}
</style>
border-color css
<style>
span { border-color: #EF0C5C; }
span { border-color: rgb(239,12,92); }
td.TdClassName
{
border-color: #EF0C5C;
}
.TagClassName
{
border-color: #EF0C5C;
}
</style>