Shades of Razzmatazz #EF095D
Tints of Razzmatazz #EF095D
RGB
CMYK
RGB Variations
Color information
#EF095D (or 0xEF095D) is known color: Razzmatazz. HEX triplet: EF, 09 and 5D. RGB value is (239,9,93). Sum of RGB (Red+Green+Blue) = 239+9+93=341 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.09% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 239 - color contains mainly: red. Hex color #EF095D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF095D is #10F6A2. Grayscale: #575757. Windows color (decimal): -1111715 or 6097391. OLE color: 6097391.
HSL color Cylindrical-coordinate representation of color #EF095D: hue angle of 338.09º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF095D is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 93 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.06 |
| HSL | 338.09º | 0.93% | 0.49% | - |
| HSV(B) | 338.09º | 0.96% | 0.94% | - |
| XYZ | 37.67 | 19.34 | 12.1 | - |
| YUV | 87.35 | 131.2 | 236.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 93 | 0 | 0.96 | 0.61 | 0.06 | 338.09 | 0.93 | 0.49 |
| Hex | EF | 9 | 5D | 0 | 60 | 3D | 6 | 152 | 5D | 31 |
| Octal | 357 | 11 | 135 | 0 | 140 | 75 | 6 | 522 | 135 | 61 |
| Binary | 11101111 | 1001 | 1011101 | 0 | 1100000 | 111101 | 110 | 101010010 | 1011101 | 110001 |
Color Harmonies of #EF095D
Complementary color
Monochromatic Colors of #EF095D
Black with #EF095D
Text Example
Text Example
White with #EF095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF095D; }
p { color: rgb(239,9,93); }
H1.HeaderClassName
{
color: #EF095D;
}
.AnyTagClassName
{
color: #EF095D;
}
</style>
background-color css
<style>
a { background-color: #EF095D; }
a { background-color: rgb(239,9,93); }
div.DivClassName
{
background-color: #EF095D;
}
.BgClassName
{
background-color: #EF095D;
}
</style>
border-color css
<style>
span { border-color: #EF095D; }
span { border-color: rgb(239,9,93); }
td.TdClassName
{
border-color: #EF095D;
}
.TagClassName
{
border-color: #EF095D;
}
</style>