Shades of Razzmatazz #EF0D6C
Tints of Razzmatazz #EF0D6C
RGB
CMYK
RGB Variations
Color information
#EF0D6C (or 0xEF0D6C) is known color: Razzmatazz. HEX triplet: EF, 0D and 6C. RGB value is (239,13,108). Sum of RGB (Red+Green+Blue) = 239+13+108=360 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.39% from 360); Green value is 13 (5.47% from 255 or 3.61% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0D6C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0D6C is #10F293. Grayscale: #5B5B5B. Windows color (decimal): -1110676 or 7081455. OLE color: 7081455.
HSL color Cylindrical-coordinate representation of color #EF0D6C: hue angle of 334.78º degrees, saturation: 0.9, 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 #EF0D6C is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 13 | 108 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.06 |
| HSL | 334.78º | 0.9% | 0.49% | - |
| HSV(B) | 334.78º | 0.95% | 0.94% | - |
| XYZ | 38.45 | 19.72 | 15.97 | - |
| YUV | 91.4 | 137.37 | 233.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 13 | 108 | 0 | 0.95 | 0.55 | 0.06 | 334.78 | 0.9 | 0.49 |
| Hex | EF | D | 6C | 0 | 5F | 37 | 6 | 14F | 5A | 31 |
| Octal | 357 | 15 | 154 | 0 | 137 | 67 | 6 | 517 | 132 | 61 |
| Binary | 11101111 | 1101 | 1101100 | 0 | 1011111 | 110111 | 110 | 101001111 | 1011010 | 110001 |
Color Harmonies of #EF0D6C
Complementary color
Monochromatic Colors of #EF0D6C
Black with #EF0D6C
Text Example
Text Example
White with #EF0D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0D6C; }
p { color: rgb(239,13,108); }
H1.HeaderClassName
{
color: #EF0D6C;
}
.AnyTagClassName
{
color: #EF0D6C;
}
</style>
background-color css
<style>
a { background-color: #EF0D6C; }
a { background-color: rgb(239,13,108); }
div.DivClassName
{
background-color: #EF0D6C;
}
.BgClassName
{
background-color: #EF0D6C;
}
</style>
border-color css
<style>
span { border-color: #EF0D6C; }
span { border-color: rgb(239,13,108); }
td.TdClassName
{
border-color: #EF0D6C;
}
.TagClassName
{
border-color: #EF0D6C;
}
</style>