Shades of Razzmatazz #EF065C
Tints of Razzmatazz #EF065C
RGB
CMYK
RGB Variations
Color information
#EF065C (or 0xEF065C) is known color: Razzmatazz. HEX triplet: EF, 06 and 5C. RGB value is (239,6,92). Sum of RGB (Red+Green+Blue) = 239+6+92=337 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.92% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 239 - color contains mainly: red. Hex color #EF065C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF065C is #10F9A3. Grayscale: #555555. Windows color (decimal): -1112484 or 6031087. OLE color: 6031087.
HSL color Cylindrical-coordinate representation of color #EF065C: hue angle of 337.85º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF065C is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 6 | 92 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.06 |
| HSL | 337.85º | 0.95% | 0.48% | - |
| HSV(B) | 337.85º | 0.97% | 0.94% | - |
| XYZ | 37.59 | 19.25 | 11.86 | - |
| YUV | 85.47 | 131.69 | 237.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 92 | 0 | 0.97 | 0.62 | 0.06 | 337.85 | 0.95 | 0.48 |
| Hex | EF | 6 | 5C | 0 | 61 | 3E | 6 | 152 | 5F | 30 |
| Octal | 357 | 6 | 134 | 0 | 141 | 76 | 6 | 522 | 137 | 60 |
| Binary | 11101111 | 110 | 1011100 | 0 | 1100001 | 111110 | 110 | 101010010 | 1011111 | 110000 |
Color Harmonies of #EF065C
Complementary color
Monochromatic Colors of #EF065C
Black with #EF065C
Text Example
Text Example
White with #EF065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF065C; }
p { color: rgb(239,6,92); }
H1.HeaderClassName
{
color: #EF065C;
}
.AnyTagClassName
{
color: #EF065C;
}
</style>
background-color css
<style>
a { background-color: #EF065C; }
a { background-color: rgb(239,6,92); }
div.DivClassName
{
background-color: #EF065C;
}
.BgClassName
{
background-color: #EF065C;
}
</style>
border-color css
<style>
span { border-color: #EF065C; }
span { border-color: rgb(239,6,92); }
td.TdClassName
{
border-color: #EF065C;
}
.TagClassName
{
border-color: #EF065C;
}
</style>