Shades of Razzmatazz #EF035C
Tints of Razzmatazz #EF035C
RGB
CMYK
RGB Variations
Color information
#EF035C (or 0xEF035C) is known color: Razzmatazz. HEX triplet: EF, 03 and 5C. RGB value is (239,3,92). Sum of RGB (Red+Green+Blue) = 239+3+92=334 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.56% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 239 - color contains mainly: red. Hex color #EF035C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF035C is #10FCA3. Grayscale: #535353. Windows color (decimal): -1113252 or 6030319. OLE color: 6030319.
HSL color Cylindrical-coordinate representation of color #EF035C: hue angle of 337.37º 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 #EF035C is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 3 | 92 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.06 |
| HSL | 337.37º | 0.98% | 0.47% | - |
| HSV(B) | 337.37º | 0.99% | 0.94% | - |
| XYZ | 37.56 | 19.19 | 11.85 | - |
| YUV | 83.71 | 132.69 | 238.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 92 | 0 | 0.99 | 0.62 | 0.06 | 337.37 | 0.98 | 0.47 |
| Hex | EF | 3 | 5C | 0 | 63 | 3E | 6 | 151 | 62 | 2F |
| Octal | 357 | 3 | 134 | 0 | 143 | 76 | 6 | 521 | 142 | 57 |
| Binary | 11101111 | 11 | 1011100 | 0 | 1100011 | 111110 | 110 | 101010001 | 1100010 | 101111 |
Color Harmonies of #EF035C
Complementary color
Monochromatic Colors of #EF035C
Black with #EF035C
Text Example
Text Example
White with #EF035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF035C; }
p { color: rgb(239,3,92); }
H1.HeaderClassName
{
color: #EF035C;
}
.AnyTagClassName
{
color: #EF035C;
}
</style>
background-color css
<style>
a { background-color: #EF035C; }
a { background-color: rgb(239,3,92); }
div.DivClassName
{
background-color: #EF035C;
}
.BgClassName
{
background-color: #EF035C;
}
</style>
border-color css
<style>
span { border-color: #EF035C; }
span { border-color: rgb(239,3,92); }
td.TdClassName
{
border-color: #EF035C;
}
.TagClassName
{
border-color: #EF035C;
}
</style>