Shades of Razzmatazz #EF036E
Tints of Razzmatazz #EF036E
RGB
CMYK
RGB Variations
Color information
#EF036E (or 0xEF036E) is known color: Razzmatazz. HEX triplet: EF, 03 and 6E. RGB value is (239,3,110). Sum of RGB (Red+Green+Blue) = 239+3+110=352 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.90% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 239 - color contains mainly: red. Hex color #EF036E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF036E is #10FC91. Grayscale: #555555. Windows color (decimal): -1113234 or 7209967. OLE color: 7209967.
HSL color Cylindrical-coordinate representation of color #EF036E: hue angle of 332.8º 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 #EF036E is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 3 | 110 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.06 |
| HSL | 332.8º | 0.98% | 0.47% | - |
| HSV(B) | 332.8º | 0.99% | 0.94% | - |
| XYZ | 38.44 | 19.54 | 16.5 | - |
| YUV | 85.76 | 141.69 | 237.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 110 | 0 | 0.99 | 0.54 | 0.06 | 332.8 | 0.98 | 0.47 |
| Hex | EF | 3 | 6E | 0 | 63 | 36 | 6 | 14D | 62 | 2F |
| Octal | 357 | 3 | 156 | 0 | 143 | 66 | 6 | 515 | 142 | 57 |
| Binary | 11101111 | 11 | 1101110 | 0 | 1100011 | 110110 | 110 | 101001101 | 1100010 | 101111 |
Color Harmonies of #EF036E
Complementary color
Monochromatic Colors of #EF036E
Black with #EF036E
Text Example
Text Example
White with #EF036E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF036E; }
p { color: rgb(239,3,110); }
H1.HeaderClassName
{
color: #EF036E;
}
.AnyTagClassName
{
color: #EF036E;
}
</style>
background-color css
<style>
a { background-color: #EF036E; }
a { background-color: rgb(239,3,110); }
div.DivClassName
{
background-color: #EF036E;
}
.BgClassName
{
background-color: #EF036E;
}
</style>
border-color css
<style>
span { border-color: #EF036E; }
span { border-color: rgb(239,3,110); }
td.TdClassName
{
border-color: #EF036E;
}
.TagClassName
{
border-color: #EF036E;
}
</style>