Shades of Razzmatazz #EF0769
Tints of Razzmatazz #EF0769
RGB
CMYK
RGB Variations
Color information
#EF0769 (or 0xEF0769) is known color: Razzmatazz. HEX triplet: EF, 07 and 69. RGB value is (239,7,105). Sum of RGB (Red+Green+Blue) = 239+7+105=351 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.09% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 105 (41.41% from 255 or 29.91% from 351); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0769 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0769 is #10F896. Grayscale: #575757. Windows color (decimal): -1112215 or 6883311. OLE color: 6883311.
HSL color Cylindrical-coordinate representation of color #EF0769: hue angle of 334.66º degrees, saturation: 0.94, 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 #EF0769 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 105 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.06 |
| HSL | 334.66º | 0.94% | 0.48% | - |
| HSV(B) | 334.66º | 0.97% | 0.94% | - |
| XYZ | 38.22 | 19.52 | 15.12 | - |
| YUV | 87.54 | 137.86 | 236.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 105 | 0 | 0.97 | 0.56 | 0.06 | 334.66 | 0.94 | 0.48 |
| Hex | EF | 7 | 69 | 0 | 61 | 38 | 6 | 14F | 5E | 30 |
| Octal | 357 | 7 | 151 | 0 | 141 | 70 | 6 | 517 | 136 | 60 |
| Binary | 11101111 | 111 | 1101001 | 0 | 1100001 | 111000 | 110 | 101001111 | 1011110 | 110000 |
Color Harmonies of #EF0769
Complementary color
Monochromatic Colors of #EF0769
Black with #EF0769
Text Example
Text Example
White with #EF0769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0769; }
p { color: rgb(239,7,105); }
H1.HeaderClassName
{
color: #EF0769;
}
.AnyTagClassName
{
color: #EF0769;
}
</style>
background-color css
<style>
a { background-color: #EF0769; }
a { background-color: rgb(239,7,105); }
div.DivClassName
{
background-color: #EF0769;
}
.BgClassName
{
background-color: #EF0769;
}
</style>
border-color css
<style>
span { border-color: #EF0769; }
span { border-color: rgb(239,7,105); }
td.TdClassName
{
border-color: #EF0769;
}
.TagClassName
{
border-color: #EF0769;
}
</style>