Shades of Razzmatazz #EF005F
Tints of Razzmatazz #EF005F
RGB
CMYK
RGB Variations
Color information
#EF005F (or 0xEF005F) is known color: Razzmatazz. HEX triplet: EF, 00 and 5F. RGB value is (239,0,95). Sum of RGB (Red+Green+Blue) = 239+0+95=334 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.56% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 239 - color contains mainly: red. Hex color #EF005F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF005F is #10FFA0. Grayscale: #525252. Windows color (decimal): -1114017 or 6226159. OLE color: 6226159.
HSL color Cylindrical-coordinate representation of color #EF005F: hue angle of 336.15º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF005F is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 95 | - |
| CMYK | 0 | 1 | 0.60 | 0.06 |
| HSL | 336.15º | 1% | 0.47% | - |
| HSV(B) | 336.15º | 1% | 0.94% | - |
| XYZ | 37.66 | 19.18 | 12.54 | - |
| YUV | 82.29 | 135.18 | 239.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 95 | 0 | 1 | 0.60 | 0.06 | 336.15 | 1 | 0.47 |
| Hex | EF | 0 | 5F | 0 | 64 | 3C | 6 | 150 | 64 | 2F |
| Octal | 357 | 0 | 137 | 0 | 144 | 74 | 6 | 520 | 144 | 57 |
| Binary | 11101111 | 0 | 1011111 | 0 | 1100100 | 111100 | 110 | 101010000 | 1100100 | 101111 |
Color Harmonies of #EF005F
Complementary color
Monochromatic Colors of #EF005F
Black with #EF005F
Text Example
Text Example
White with #EF005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF005F; }
p { color: rgb(239,0,95); }
H1.HeaderClassName
{
color: #EF005F;
}
.AnyTagClassName
{
color: #EF005F;
}
</style>
background-color css
<style>
a { background-color: #EF005F; }
a { background-color: rgb(239,0,95); }
div.DivClassName
{
background-color: #EF005F;
}
.BgClassName
{
background-color: #EF005F;
}
</style>
border-color css
<style>
span { border-color: #EF005F; }
span { border-color: rgb(239,0,95); }
td.TdClassName
{
border-color: #EF005F;
}
.TagClassName
{
border-color: #EF005F;
}
</style>