Shades of Razzmatazz #EF085B
Tints of Razzmatazz #EF085B
RGB
CMYK
RGB Variations
Color information
#EF085B (or 0xEF085B) is known color: Razzmatazz. HEX triplet: EF, 08 and 5B. RGB value is (239,8,91). Sum of RGB (Red+Green+Blue) = 239+8+91=338 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.71% from 338); Green value is 8 (3.52% from 255 or 2.37% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 239 - color contains mainly: red. Hex color #EF085B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF085B is #10F7A4. Grayscale: #565656. Windows color (decimal): -1111973 or 5966063. OLE color: 5966063.
HSL color Cylindrical-coordinate representation of color #EF085B: hue angle of 338.44º 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 #EF085B is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 8 | 91 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.06 |
| HSL | 338.44º | 0.94% | 0.48% | - |
| HSV(B) | 338.44º | 0.97% | 0.94% | - |
| XYZ | 37.57 | 19.28 | 11.64 | - |
| YUV | 86.53 | 130.53 | 236.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 91 | 0 | 0.97 | 0.62 | 0.06 | 338.44 | 0.94 | 0.48 |
| Hex | EF | 8 | 5B | 0 | 61 | 3E | 6 | 152 | 5E | 30 |
| Octal | 357 | 10 | 133 | 0 | 141 | 76 | 6 | 522 | 136 | 60 |
| Binary | 11101111 | 1000 | 1011011 | 0 | 1100001 | 111110 | 110 | 101010010 | 1011110 | 110000 |
Color Harmonies of #EF085B
Complementary color
Monochromatic Colors of #EF085B
Black with #EF085B
Text Example
Text Example
White with #EF085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF085B; }
p { color: rgb(239,8,91); }
H1.HeaderClassName
{
color: #EF085B;
}
.AnyTagClassName
{
color: #EF085B;
}
</style>
background-color css
<style>
a { background-color: #EF085B; }
a { background-color: rgb(239,8,91); }
div.DivClassName
{
background-color: #EF085B;
}
.BgClassName
{
background-color: #EF085B;
}
</style>
border-color css
<style>
span { border-color: #EF085B; }
span { border-color: rgb(239,8,91); }
td.TdClassName
{
border-color: #EF085B;
}
.TagClassName
{
border-color: #EF085B;
}
</style>