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