Shades of Razzmatazz #EF0B65
Tints of Razzmatazz #EF0B65
RGB
CMYK
RGB Variations
Color information
#EF0B65 (or 0xEF0B65) is known color: Razzmatazz. HEX triplet: EF, 0B and 65. RGB value is (239,11,101). Sum of RGB (Red+Green+Blue) = 239+11+101=351 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.09% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 101 (39.84% from 255 or 28.77% from 351); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0B65 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0B65 is #10F49A. Grayscale: #595959. Windows color (decimal): -1111195 or 6622191. OLE color: 6622191.
HSL color Cylindrical-coordinate representation of color #EF0B65: hue angle of 336.32º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0B65 is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 11 | 101 | - |
| CMYK | 0 | 0.95 | 0.58 | 0.06 |
| HSL | 336.32º | 0.91% | 0.49% | - |
| HSV(B) | 336.32º | 0.95% | 0.94% | - |
| XYZ | 38.07 | 19.53 | 14.08 | - |
| YUV | 89.43 | 134.54 | 234.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 11 | 101 | 0 | 0.95 | 0.58 | 0.06 | 336.32 | 0.91 | 0.49 |
| Hex | EF | B | 65 | 0 | 5F | 3A | 6 | 150 | 5B | 31 |
| Octal | 357 | 13 | 145 | 0 | 137 | 72 | 6 | 520 | 133 | 61 |
| Binary | 11101111 | 1011 | 1100101 | 0 | 1011111 | 111010 | 110 | 101010000 | 1011011 | 110001 |
Color Harmonies of #EF0B65
Complementary color
Monochromatic Colors of #EF0B65
Black with #EF0B65
Text Example
Text Example
White with #EF0B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0B65; }
p { color: rgb(239,11,101); }
H1.HeaderClassName
{
color: #EF0B65;
}
.AnyTagClassName
{
color: #EF0B65;
}
</style>
background-color css
<style>
a { background-color: #EF0B65; }
a { background-color: rgb(239,11,101); }
div.DivClassName
{
background-color: #EF0B65;
}
.BgClassName
{
background-color: #EF0B65;
}
</style>
border-color css
<style>
span { border-color: #EF0B65; }
span { border-color: rgb(239,11,101); }
td.TdClassName
{
border-color: #EF0B65;
}
.TagClassName
{
border-color: #EF0B65;
}
</style>