Shades of Razzmatazz #EF065D
Tints of Razzmatazz #EF065D
RGB
CMYK
RGB Variations
Color information
#EF065D (or 0xEF065D) is known color: Razzmatazz. HEX triplet: EF, 06 and 5D. RGB value is (239,6,93). Sum of RGB (Red+Green+Blue) = 239+6+93=338 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.71% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 239 - color contains mainly: red. Hex color #EF065D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF065D is #10F9A2. Grayscale: #555555. Windows color (decimal): -1112483 or 6096623. OLE color: 6096623.
HSL color Cylindrical-coordinate representation of color #EF065D: hue angle of 337.6º 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 #EF065D is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 6 | 93 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.06 |
| HSL | 337.6º | 0.95% | 0.48% | - |
| HSV(B) | 337.6º | 0.97% | 0.94% | - |
| XYZ | 37.64 | 19.27 | 12.09 | - |
| YUV | 85.59 | 132.19 | 237.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 93 | 0 | 0.97 | 0.61 | 0.06 | 337.6 | 0.95 | 0.48 |
| Hex | EF | 6 | 5D | 0 | 61 | 3D | 6 | 152 | 5F | 30 |
| Octal | 357 | 6 | 135 | 0 | 141 | 75 | 6 | 522 | 137 | 60 |
| Binary | 11101111 | 110 | 1011101 | 0 | 1100001 | 111101 | 110 | 101010010 | 1011111 | 110000 |
Color Harmonies of #EF065D
Complementary color
Monochromatic Colors of #EF065D
Black with #EF065D
Text Example
Text Example
White with #EF065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF065D; }
p { color: rgb(239,6,93); }
H1.HeaderClassName
{
color: #EF065D;
}
.AnyTagClassName
{
color: #EF065D;
}
</style>
background-color css
<style>
a { background-color: #EF065D; }
a { background-color: rgb(239,6,93); }
div.DivClassName
{
background-color: #EF065D;
}
.BgClassName
{
background-color: #EF065D;
}
</style>
border-color css
<style>
span { border-color: #EF065D; }
span { border-color: rgb(239,6,93); }
td.TdClassName
{
border-color: #EF065D;
}
.TagClassName
{
border-color: #EF065D;
}
</style>