Shades of Razzmatazz #EF036D
Tints of Razzmatazz #EF036D
RGB
CMYK
RGB Variations
Color information
#EF036D (or 0xEF036D) is known color: Razzmatazz. HEX triplet: EF, 03 and 6D. RGB value is (239,3,109). Sum of RGB (Red+Green+Blue) = 239+3+109=351 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.09% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 239 - color contains mainly: red. Hex color #EF036D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF036D is #10FC92. Grayscale: #555555. Windows color (decimal): -1113235 or 7144431. OLE color: 7144431.
HSL color Cylindrical-coordinate representation of color #EF036D: hue angle of 333.05º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF036D is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 3 | 109 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.06 |
| HSL | 333.05º | 0.98% | 0.47% | - |
| HSV(B) | 333.05º | 0.99% | 0.94% | - |
| XYZ | 38.39 | 19.52 | 16.21 | - |
| YUV | 85.65 | 141.19 | 237.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 109 | 0 | 0.99 | 0.54 | 0.06 | 333.05 | 0.98 | 0.47 |
| Hex | EF | 3 | 6D | 0 | 63 | 36 | 6 | 14D | 62 | 2F |
| Octal | 357 | 3 | 155 | 0 | 143 | 66 | 6 | 515 | 142 | 57 |
| Binary | 11101111 | 11 | 1101101 | 0 | 1100011 | 110110 | 110 | 101001101 | 1100010 | 101111 |
Color Harmonies of #EF036D
Complementary color
Monochromatic Colors of #EF036D
Black with #EF036D
Text Example
Text Example
White with #EF036D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF036D; }
p { color: rgb(239,3,109); }
H1.HeaderClassName
{
color: #EF036D;
}
.AnyTagClassName
{
color: #EF036D;
}
</style>
background-color css
<style>
a { background-color: #EF036D; }
a { background-color: rgb(239,3,109); }
div.DivClassName
{
background-color: #EF036D;
}
.BgClassName
{
background-color: #EF036D;
}
</style>
border-color css
<style>
span { border-color: #EF036D; }
span { border-color: rgb(239,3,109); }
td.TdClassName
{
border-color: #EF036D;
}
.TagClassName
{
border-color: #EF036D;
}
</style>