Shades of Razzmatazz #EF0173
Tints of Razzmatazz #EF0173
RGB
CMYK
RGB Variations
Color information
#EF0173 (or 0xEF0173) is known color: Razzmatazz. HEX triplet: EF, 01 and 73. RGB value is (239,1,115). Sum of RGB (Red+Green+Blue) = 239+1+115=355 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.32% from 355); Green value is 1 (0.78% from 255 or 0.28% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0173 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0173 is #10FE8C. Grayscale: #545454. Windows color (decimal): -1113741 or 7537135. OLE color: 7537135.
HSL color Cylindrical-coordinate representation of color #EF0173: hue angle of 331.26º 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 #EF0173 is Cyan = 0, Magento = 1.00, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 1 | 115 | - |
| CMYK | 0 | 1.00 | 0.52 | 0.06 |
| HSL | 331.26º | 0.99% | 0.47% | - |
| HSV(B) | 331.26º | 1% | 0.94% | - |
| XYZ | 38.7 | 19.61 | 17.96 | - |
| YUV | 85.16 | 144.85 | 237.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 115 | 0 | 1.00 | 0.52 | 0.06 | 331.26 | 0.99 | 0.47 |
| Hex | EF | 1 | 73 | 0 | 64 | 34 | 6 | 14B | 63 | 2F |
| Octal | 357 | 1 | 163 | 0 | 144 | 64 | 6 | 513 | 143 | 57 |
| Binary | 11101111 | 1 | 1110011 | 0 | 1100100 | 110100 | 110 | 101001011 | 1100011 | 101111 |
Color Harmonies of #EF0173
Complementary color
Monochromatic Colors of #EF0173
Black with #EF0173
Text Example
Text Example
White with #EF0173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0173; }
p { color: rgb(239,1,115); }
H1.HeaderClassName
{
color: #EF0173;
}
.AnyTagClassName
{
color: #EF0173;
}
</style>
background-color css
<style>
a { background-color: #EF0173; }
a { background-color: rgb(239,1,115); }
div.DivClassName
{
background-color: #EF0173;
}
.BgClassName
{
background-color: #EF0173;
}
</style>
border-color css
<style>
span { border-color: #EF0173; }
span { border-color: rgb(239,1,115); }
td.TdClassName
{
border-color: #EF0173;
}
.TagClassName
{
border-color: #EF0173;
}
</style>