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