Shades of Razzmatazz #EF0066
Tints of Razzmatazz #EF0066
RGB
CMYK
RGB Variations
Color information
#EF0066 (or 0xEF0066) is known color: Razzmatazz. HEX triplet: EF, 00 and 66. RGB value is (239,0,102). Sum of RGB (Red+Green+Blue) = 239+0+102=341 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.09% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0066 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0066 is #10FF99. Grayscale: #525252. Windows color (decimal): -1114010 or 6684911. OLE color: 6684911.
HSL color Cylindrical-coordinate representation of color #EF0066: hue angle of 334.39º 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 #EF0066 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 102 | - |
| CMYK | 0 | 1 | 0.57 | 0.06 |
| HSL | 334.39º | 1% | 0.47% | - |
| HSV(B) | 334.39º | 1% | 0.94% | - |
| XYZ | 37.99 | 19.31 | 14.3 | - |
| YUV | 83.09 | 138.68 | 239.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 102 | 0 | 1 | 0.57 | 0.06 | 334.39 | 1 | 0.47 |
| Hex | EF | 0 | 66 | 0 | 64 | 39 | 6 | 14E | 64 | 2F |
| Octal | 357 | 0 | 146 | 0 | 144 | 71 | 6 | 516 | 144 | 57 |
| Binary | 11101111 | 0 | 1100110 | 0 | 1100100 | 111001 | 110 | 101001110 | 1100100 | 101111 |
Color Harmonies of #EF0066
Complementary color
Monochromatic Colors of #EF0066
Black with #EF0066
Text Example
Text Example
White with #EF0066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0066; }
p { color: rgb(239,0,102); }
H1.HeaderClassName
{
color: #EF0066;
}
.AnyTagClassName
{
color: #EF0066;
}
</style>
background-color css
<style>
a { background-color: #EF0066; }
a { background-color: rgb(239,0,102); }
div.DivClassName
{
background-color: #EF0066;
}
.BgClassName
{
background-color: #EF0066;
}
</style>
border-color css
<style>
span { border-color: #EF0066; }
span { border-color: rgb(239,0,102); }
td.TdClassName
{
border-color: #EF0066;
}
.TagClassName
{
border-color: #EF0066;
}
</style>