Shades of Razzmatazz #EF0B6D
Tints of Razzmatazz #EF0B6D
RGB
CMYK
RGB Variations
Color information
#EF0B6D (or 0xEF0B6D) is known color: Razzmatazz. HEX triplet: EF, 0B and 6D. RGB value is (239,11,109). Sum of RGB (Red+Green+Blue) = 239+11+109=359 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.57% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0B6D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0B6D is #10F492. Grayscale: #5A5A5A. Windows color (decimal): -1111187 or 7146479. OLE color: 7146479.
HSL color Cylindrical-coordinate representation of color #EF0B6D: hue angle of 334.21º 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 #EF0B6D is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 11 | 109 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.06 |
| HSL | 334.21º | 0.91% | 0.49% | - |
| HSV(B) | 334.21º | 0.95% | 0.94% | - |
| XYZ | 38.48 | 19.69 | 16.24 | - |
| YUV | 90.34 | 138.54 | 234.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 11 | 109 | 0 | 0.95 | 0.54 | 0.06 | 334.21 | 0.91 | 0.49 |
| Hex | EF | B | 6D | 0 | 5F | 36 | 6 | 14E | 5B | 31 |
| Octal | 357 | 13 | 155 | 0 | 137 | 66 | 6 | 516 | 133 | 61 |
| Binary | 11101111 | 1011 | 1101101 | 0 | 1011111 | 110110 | 110 | 101001110 | 1011011 | 110001 |
Color Harmonies of #EF0B6D
Complementary color
Monochromatic Colors of #EF0B6D
Black with #EF0B6D
Text Example
Text Example
White with #EF0B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0B6D; }
p { color: rgb(239,11,109); }
H1.HeaderClassName
{
color: #EF0B6D;
}
.AnyTagClassName
{
color: #EF0B6D;
}
</style>
background-color css
<style>
a { background-color: #EF0B6D; }
a { background-color: rgb(239,11,109); }
div.DivClassName
{
background-color: #EF0B6D;
}
.BgClassName
{
background-color: #EF0B6D;
}
</style>
border-color css
<style>
span { border-color: #EF0B6D; }
span { border-color: rgb(239,11,109); }
td.TdClassName
{
border-color: #EF0B6D;
}
.TagClassName
{
border-color: #EF0B6D;
}
</style>