Shades of Razzmatazz #EF036B
Tints of Razzmatazz #EF036B
RGB
CMYK
RGB Variations
Color information
#EF036B (or 0xEF036B) is known color: Razzmatazz. HEX triplet: EF, 03 and 6B. RGB value is (239,3,107). Sum of RGB (Red+Green+Blue) = 239+3+107=349 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.48% from 349); Green value is 3 (1.56% from 255 or 0.86% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 239 - color contains mainly: red. Hex color #EF036B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF036B is #10FC94. Grayscale: #555555. Windows color (decimal): -1113237 or 7013359. OLE color: 7013359.
HSL color Cylindrical-coordinate representation of color #EF036B: hue angle of 333.56º 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 #EF036B is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 3 | 107 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.06 |
| HSL | 333.56º | 0.98% | 0.47% | - |
| HSV(B) | 333.56º | 0.99% | 0.94% | - |
| XYZ | 38.28 | 19.48 | 15.65 | - |
| YUV | 85.42 | 140.19 | 237.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 107 | 0 | 0.99 | 0.55 | 0.06 | 333.56 | 0.98 | 0.47 |
| Hex | EF | 3 | 6B | 0 | 63 | 37 | 6 | 14E | 62 | 2F |
| Octal | 357 | 3 | 153 | 0 | 143 | 67 | 6 | 516 | 142 | 57 |
| Binary | 11101111 | 11 | 1101011 | 0 | 1100011 | 110111 | 110 | 101001110 | 1100010 | 101111 |
Color Harmonies of #EF036B
Complementary color
Monochromatic Colors of #EF036B
Black with #EF036B
Text Example
Text Example
White with #EF036B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF036B; }
p { color: rgb(239,3,107); }
H1.HeaderClassName
{
color: #EF036B;
}
.AnyTagClassName
{
color: #EF036B;
}
</style>
background-color css
<style>
a { background-color: #EF036B; }
a { background-color: rgb(239,3,107); }
div.DivClassName
{
background-color: #EF036B;
}
.BgClassName
{
background-color: #EF036B;
}
</style>
border-color css
<style>
span { border-color: #EF036B; }
span { border-color: rgb(239,3,107); }
td.TdClassName
{
border-color: #EF036B;
}
.TagClassName
{
border-color: #EF036B;
}
</style>