Shades of Razzmatazz #EF016E
Tints of Razzmatazz #EF016E
RGB
CMYK
RGB Variations
Color information
#EF016E (or 0xEF016E) is known color: Razzmatazz. HEX triplet: EF, 01 and 6E. RGB value is (239,1,110). Sum of RGB (Red+Green+Blue) = 239+1+110=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF016E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF016E is #10FE91. Grayscale: #545454. Windows color (decimal): -1113746 or 7209455. OLE color: 7209455.
HSL color Cylindrical-coordinate representation of color #EF016E: hue angle of 332.52º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF016E is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 1 | 110 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.06 |
| HSL | 332.52º | 0.99% | 0.47% | - |
| HSV(B) | 332.52º | 1% | 0.94% | - |
| XYZ | 38.42 | 19.5 | 16.49 | - |
| YUV | 84.59 | 142.35 | 238.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 110 | 0 | 1.00 | 0.54 | 0.06 | 332.52 | 0.99 | 0.47 |
| Hex | EF | 1 | 6E | 0 | 64 | 36 | 6 | 14D | 63 | 2F |
| Octal | 357 | 1 | 156 | 0 | 144 | 66 | 6 | 515 | 143 | 57 |
| Binary | 11101111 | 1 | 1101110 | 0 | 1100100 | 110110 | 110 | 101001101 | 1100011 | 101111 |
Color Harmonies of #EF016E
Complementary color
Monochromatic Colors of #EF016E
Black with #EF016E
Text Example
Text Example
White with #EF016E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF016E; }
p { color: rgb(239,1,110); }
H1.HeaderClassName
{
color: #EF016E;
}
.AnyTagClassName
{
color: #EF016E;
}
</style>
background-color css
<style>
a { background-color: #EF016E; }
a { background-color: rgb(239,1,110); }
div.DivClassName
{
background-color: #EF016E;
}
.BgClassName
{
background-color: #EF016E;
}
</style>
border-color css
<style>
span { border-color: #EF016E; }
span { border-color: rgb(239,1,110); }
td.TdClassName
{
border-color: #EF016E;
}
.TagClassName
{
border-color: #EF016E;
}
</style>