Shades of Razzmatazz #EF0653
Tints of Razzmatazz #EF0653
RGB
CMYK
RGB Variations
Color information
#EF0653 (or 0xEF0653) is known color: Razzmatazz. HEX triplet: EF, 06 and 53. RGB value is (239,6,83). Sum of RGB (Red+Green+Blue) = 239+6+83=328 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.87% from 328); Green value is 6 (2.73% from 255 or 1.83% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0653 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0653 is #10F9AC. Grayscale: #545454. Windows color (decimal): -1112493 or 5441263. OLE color: 5441263.
HSL color Cylindrical-coordinate representation of color #EF0653: hue angle of 340.17º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF0653 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 6 | 83 | - |
| CMYK | 0 | 0.97 | 0.65 | 0.06 |
| HSL | 340.17º | 0.95% | 0.48% | - |
| HSV(B) | 340.17º | 0.97% | 0.94% | - |
| XYZ | 37.22 | 19.11 | 9.91 | - |
| YUV | 84.45 | 127.19 | 238.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 83 | 0 | 0.97 | 0.65 | 0.06 | 340.17 | 0.95 | 0.48 |
| Hex | EF | 6 | 53 | 0 | 61 | 41 | 6 | 154 | 5F | 30 |
| Octal | 357 | 6 | 123 | 0 | 141 | 101 | 6 | 524 | 137 | 60 |
| Binary | 11101111 | 110 | 1010011 | 0 | 1100001 | 1000001 | 110 | 101010100 | 1011111 | 110000 |
Color Harmonies of #EF0653
Complementary color
Monochromatic Colors of #EF0653
Black with #EF0653
Text Example
Text Example
White with #EF0653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0653; }
p { color: rgb(239,6,83); }
H1.HeaderClassName
{
color: #EF0653;
}
.AnyTagClassName
{
color: #EF0653;
}
</style>
background-color css
<style>
a { background-color: #EF0653; }
a { background-color: rgb(239,6,83); }
div.DivClassName
{
background-color: #EF0653;
}
.BgClassName
{
background-color: #EF0653;
}
</style>
border-color css
<style>
span { border-color: #EF0653; }
span { border-color: rgb(239,6,83); }
td.TdClassName
{
border-color: #EF0653;
}
.TagClassName
{
border-color: #EF0653;
}
</style>