Shades of Razzmatazz #EF0375
Tints of Razzmatazz #EF0375
RGB
CMYK
RGB Variations
Color information
#EF0375 (or 0xEF0375) is known color: Razzmatazz. HEX triplet: EF, 03 and 75. RGB value is (239,3,117). Sum of RGB (Red+Green+Blue) = 239+3+117=359 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.57% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0375 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0375 is #10FC8A. Grayscale: #565656. Windows color (decimal): -1113227 or 7668719. OLE color: 7668719.
HSL color Cylindrical-coordinate representation of color #EF0375: hue angle of 331.02º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF0375 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 3 | 117 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.06 |
| HSL | 331.02º | 0.98% | 0.47% | - |
| HSV(B) | 331.02º | 0.99% | 0.94% | - |
| XYZ | 38.84 | 19.7 | 18.59 | - |
| YUV | 86.56 | 145.19 | 236.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 117 | 0 | 0.99 | 0.51 | 0.06 | 331.02 | 0.98 | 0.47 |
| Hex | EF | 3 | 75 | 0 | 63 | 33 | 6 | 14B | 62 | 2F |
| Octal | 357 | 3 | 165 | 0 | 143 | 63 | 6 | 513 | 142 | 57 |
| Binary | 11101111 | 11 | 1110101 | 0 | 1100011 | 110011 | 110 | 101001011 | 1100010 | 101111 |
Color Harmonies of #EF0375
Complementary color
Monochromatic Colors of #EF0375
Black with #EF0375
Text Example
Text Example
White with #EF0375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0375; }
p { color: rgb(239,3,117); }
H1.HeaderClassName
{
color: #EF0375;
}
.AnyTagClassName
{
color: #EF0375;
}
</style>
background-color css
<style>
a { background-color: #EF0375; }
a { background-color: rgb(239,3,117); }
div.DivClassName
{
background-color: #EF0375;
}
.BgClassName
{
background-color: #EF0375;
}
</style>
border-color css
<style>
span { border-color: #EF0375; }
span { border-color: rgb(239,3,117); }
td.TdClassName
{
border-color: #EF0375;
}
.TagClassName
{
border-color: #EF0375;
}
</style>