Shades of Razzmatazz #EF015C
Tints of Razzmatazz #EF015C
RGB
CMYK
RGB Variations
Color information
#EF015C (or 0xEF015C) is known color: Razzmatazz. HEX triplet: EF, 01 and 5C. RGB value is (239,1,92). Sum of RGB (Red+Green+Blue) = 239+1+92=332 (43% of max value = 765). Red value is 239 (93.75% from 255 or 71.99% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 239 - color contains mainly: red. Hex color #EF015C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF015C is #10FEA3. Grayscale: #525252. Windows color (decimal): -1113764 or 6029807. OLE color: 6029807.
HSL color Cylindrical-coordinate representation of color #EF015C: hue angle of 337.06º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF015C is Cyan = 0, Magento = 1.00, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 1 | 92 | - |
| CMYK | 0 | 1.00 | 0.62 | 0.06 |
| HSL | 337.06º | 0.99% | 0.47% | - |
| HSV(B) | 337.06º | 1% | 0.94% | - |
| XYZ | 37.54 | 19.15 | 11.84 | - |
| YUV | 82.54 | 133.35 | 239.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 92 | 0 | 1.00 | 0.62 | 0.06 | 337.06 | 0.99 | 0.47 |
| Hex | EF | 1 | 5C | 0 | 64 | 3E | 6 | 151 | 63 | 2F |
| Octal | 357 | 1 | 134 | 0 | 144 | 76 | 6 | 521 | 143 | 57 |
| Binary | 11101111 | 1 | 1011100 | 0 | 1100100 | 111110 | 110 | 101010001 | 1100011 | 101111 |
Color Harmonies of #EF015C
Complementary color
Monochromatic Colors of #EF015C
Black with #EF015C
Text Example
Text Example
White with #EF015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF015C; }
p { color: rgb(239,1,92); }
H1.HeaderClassName
{
color: #EF015C;
}
.AnyTagClassName
{
color: #EF015C;
}
</style>
background-color css
<style>
a { background-color: #EF015C; }
a { background-color: rgb(239,1,92); }
div.DivClassName
{
background-color: #EF015C;
}
.BgClassName
{
background-color: #EF015C;
}
</style>
border-color css
<style>
span { border-color: #EF015C; }
span { border-color: rgb(239,1,92); }
td.TdClassName
{
border-color: #EF015C;
}
.TagClassName
{
border-color: #EF015C;
}
</style>