Shades of Razzmatazz #EF0256
Tints of Razzmatazz #EF0256
RGB
CMYK
RGB Variations
Color information
#EF0256 (or 0xEF0256) is known color: Razzmatazz. HEX triplet: EF, 02 and 56. RGB value is (239,2,86). Sum of RGB (Red+Green+Blue) = 239+2+86=327 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.09% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0256 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0256 is #10FDA9. Grayscale: #525252. Windows color (decimal): -1113514 or 5636847. OLE color: 5636847.
HSL color Cylindrical-coordinate representation of color #EF0256: hue angle of 338.73º 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 #EF0256 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 2 | 86 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.06 |
| HSL | 338.73º | 0.98% | 0.47% | - |
| HSV(B) | 338.73º | 0.99% | 0.94% | - |
| XYZ | 37.3 | 19.07 | 10.52 | - |
| YUV | 82.44 | 130.02 | 239.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 2 | 86 | 0 | 0.99 | 0.64 | 0.06 | 338.73 | 0.98 | 0.47 |
| Hex | EF | 2 | 56 | 0 | 63 | 40 | 6 | 153 | 62 | 2F |
| Octal | 357 | 2 | 126 | 0 | 143 | 100 | 6 | 523 | 142 | 57 |
| Binary | 11101111 | 10 | 1010110 | 0 | 1100011 | 1000000 | 110 | 101010011 | 1100010 | 101111 |
Color Harmonies of #EF0256
Complementary color
Monochromatic Colors of #EF0256
Black with #EF0256
Text Example
Text Example
White with #EF0256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0256; }
p { color: rgb(239,2,86); }
H1.HeaderClassName
{
color: #EF0256;
}
.AnyTagClassName
{
color: #EF0256;
}
</style>
background-color css
<style>
a { background-color: #EF0256; }
a { background-color: rgb(239,2,86); }
div.DivClassName
{
background-color: #EF0256;
}
.BgClassName
{
background-color: #EF0256;
}
</style>
border-color css
<style>
span { border-color: #EF0256; }
span { border-color: rgb(239,2,86); }
td.TdClassName
{
border-color: #EF0256;
}
.TagClassName
{
border-color: #EF0256;
}
</style>