Shades of Razzmatazz #EF0665
Tints of Razzmatazz #EF0665
RGB
CMYK
RGB Variations
Color information
#EF0665 (or 0xEF0665) is known color: Razzmatazz. HEX triplet: EF, 06 and 65. RGB value is (239,6,101). Sum of RGB (Red+Green+Blue) = 239+6+101=346 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.08% from 346); Green value is 6 (2.73% from 255 or 1.73% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0665 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0665 is #10F99A. Grayscale: #565656. Windows color (decimal): -1112475 or 6620911. OLE color: 6620911.
HSL color Cylindrical-coordinate representation of color #EF0665: hue angle of 335.54º 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 #EF0665 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 6 | 101 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.06 |
| HSL | 335.54º | 0.95% | 0.48% | - |
| HSV(B) | 335.54º | 0.97% | 0.94% | - |
| XYZ | 38.01 | 19.42 | 14.06 | - |
| YUV | 86.5 | 136.19 | 236.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 101 | 0 | 0.97 | 0.58 | 0.06 | 335.54 | 0.95 | 0.48 |
| Hex | EF | 6 | 65 | 0 | 61 | 3A | 6 | 150 | 5F | 30 |
| Octal | 357 | 6 | 145 | 0 | 141 | 72 | 6 | 520 | 137 | 60 |
| Binary | 11101111 | 110 | 1100101 | 0 | 1100001 | 111010 | 110 | 101010000 | 1011111 | 110000 |
Color Harmonies of #EF0665
Complementary color
Monochromatic Colors of #EF0665
Black with #EF0665
Text Example
Text Example
White with #EF0665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0665; }
p { color: rgb(239,6,101); }
H1.HeaderClassName
{
color: #EF0665;
}
.AnyTagClassName
{
color: #EF0665;
}
</style>
background-color css
<style>
a { background-color: #EF0665; }
a { background-color: rgb(239,6,101); }
div.DivClassName
{
background-color: #EF0665;
}
.BgClassName
{
background-color: #EF0665;
}
</style>
border-color css
<style>
span { border-color: #EF0665; }
span { border-color: rgb(239,6,101); }
td.TdClassName
{
border-color: #EF0665;
}
.TagClassName
{
border-color: #EF0665;
}
</style>