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