Shades of Razzmatazz #EF085D
Tints of Razzmatazz #EF085D
RGB
CMYK
RGB Variations
Color information
#EF085D (or 0xEF085D) is known color: Razzmatazz. HEX triplet: EF, 08 and 5D. RGB value is (239,8,93). Sum of RGB (Red+Green+Blue) = 239+8+93=340 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.29% from 340); Green value is 8 (3.52% from 255 or 2.35% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 239 - color contains mainly: red. Hex color #EF085D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF085D is #10F7A2. Grayscale: #565656. Windows color (decimal): -1111971 or 6097135. OLE color: 6097135.
HSL color Cylindrical-coordinate representation of color #EF085D: hue angle of 337.92º degrees, saturation: 0.94, 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 #EF085D is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 8 | 93 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.06 |
| HSL | 337.92º | 0.94% | 0.48% | - |
| HSV(B) | 337.92º | 0.97% | 0.94% | - |
| XYZ | 37.66 | 19.31 | 12.1 | - |
| YUV | 86.76 | 131.53 | 236.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 93 | 0 | 0.97 | 0.61 | 0.06 | 337.92 | 0.94 | 0.48 |
| Hex | EF | 8 | 5D | 0 | 61 | 3D | 6 | 152 | 5E | 30 |
| Octal | 357 | 10 | 135 | 0 | 141 | 75 | 6 | 522 | 136 | 60 |
| Binary | 11101111 | 1000 | 1011101 | 0 | 1100001 | 111101 | 110 | 101010010 | 1011110 | 110000 |
Color Harmonies of #EF085D
Complementary color
Monochromatic Colors of #EF085D
Black with #EF085D
Text Example
Text Example
White with #EF085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF085D; }
p { color: rgb(239,8,93); }
H1.HeaderClassName
{
color: #EF085D;
}
.AnyTagClassName
{
color: #EF085D;
}
</style>
background-color css
<style>
a { background-color: #EF085D; }
a { background-color: rgb(239,8,93); }
div.DivClassName
{
background-color: #EF085D;
}
.BgClassName
{
background-color: #EF085D;
}
</style>
border-color css
<style>
span { border-color: #EF085D; }
span { border-color: rgb(239,8,93); }
td.TdClassName
{
border-color: #EF085D;
}
.TagClassName
{
border-color: #EF085D;
}
</style>