Shades of Razzmatazz #EF0373
Tints of Razzmatazz #EF0373
RGB
CMYK
RGB Variations
Color information
#EF0373 (or 0xEF0373) is known color: Razzmatazz. HEX triplet: EF, 03 and 73. RGB value is (239,3,115). Sum of RGB (Red+Green+Blue) = 239+3+115=357 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.95% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0373 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0373 is #10FC8C. Grayscale: #565656. Windows color (decimal): -1113229 or 7537647. OLE color: 7537647.
HSL color Cylindrical-coordinate representation of color #EF0373: hue angle of 331.53º 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 #EF0373 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 3 | 115 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.06 |
| HSL | 331.53º | 0.98% | 0.47% | - |
| HSV(B) | 331.53º | 0.99% | 0.94% | - |
| XYZ | 38.72 | 19.65 | 17.97 | - |
| YUV | 86.33 | 144.19 | 236.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 115 | 0 | 0.99 | 0.52 | 0.06 | 331.53 | 0.98 | 0.47 |
| Hex | EF | 3 | 73 | 0 | 63 | 34 | 6 | 14C | 62 | 2F |
| Octal | 357 | 3 | 163 | 0 | 143 | 64 | 6 | 514 | 142 | 57 |
| Binary | 11101111 | 11 | 1110011 | 0 | 1100011 | 110100 | 110 | 101001100 | 1100010 | 101111 |
Color Harmonies of #EF0373
Complementary color
Monochromatic Colors of #EF0373
Black with #EF0373
Text Example
Text Example
White with #EF0373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0373; }
p { color: rgb(239,3,115); }
H1.HeaderClassName
{
color: #EF0373;
}
.AnyTagClassName
{
color: #EF0373;
}
</style>
background-color css
<style>
a { background-color: #EF0373; }
a { background-color: rgb(239,3,115); }
div.DivClassName
{
background-color: #EF0373;
}
.BgClassName
{
background-color: #EF0373;
}
</style>
border-color css
<style>
span { border-color: #EF0373; }
span { border-color: rgb(239,3,115); }
td.TdClassName
{
border-color: #EF0373;
}
.TagClassName
{
border-color: #EF0373;
}
</style>