Shades of Razzmatazz #EF034D
Tints of Razzmatazz #EF034D
RGB
CMYK
RGB Variations
Color information
#EF034D (or 0xEF034D) is known color: Razzmatazz. HEX triplet: EF, 03 and 4D. RGB value is (239,3,77). Sum of RGB (Red+Green+Blue) = 239+3+77=319 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.92% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 239 - color contains mainly: red. Hex color #EF034D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF034D is #10FCB2. Grayscale: #515151. Windows color (decimal): -1113267 or 5047279. OLE color: 5047279.
HSL color Cylindrical-coordinate representation of color #EF034D: hue angle of 341.19º 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 #EF034D is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 3 | 77 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.06 |
| HSL | 341.19º | 0.98% | 0.47% | - |
| HSV(B) | 341.19º | 0.99% | 0.94% | - |
| XYZ | 36.97 | 18.95 | 8.73 | - |
| YUV | 82 | 125.19 | 239.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 77 | 0 | 0.99 | 0.68 | 0.06 | 341.19 | 0.98 | 0.47 |
| Hex | EF | 3 | 4D | 0 | 63 | 44 | 6 | 155 | 62 | 2F |
| Octal | 357 | 3 | 115 | 0 | 143 | 104 | 6 | 525 | 142 | 57 |
| Binary | 11101111 | 11 | 1001101 | 0 | 1100011 | 1000100 | 110 | 101010101 | 1100010 | 101111 |
Color Harmonies of #EF034D
Complementary color
Monochromatic Colors of #EF034D
Black with #EF034D
Text Example
Text Example
White with #EF034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF034D; }
p { color: rgb(239,3,77); }
H1.HeaderClassName
{
color: #EF034D;
}
.AnyTagClassName
{
color: #EF034D;
}
</style>
background-color css
<style>
a { background-color: #EF034D; }
a { background-color: rgb(239,3,77); }
div.DivClassName
{
background-color: #EF034D;
}
.BgClassName
{
background-color: #EF034D;
}
</style>
border-color css
<style>
span { border-color: #EF034D; }
span { border-color: rgb(239,3,77); }
td.TdClassName
{
border-color: #EF034D;
}
.TagClassName
{
border-color: #EF034D;
}
</style>