Shades of Razzmatazz #EF024B
Tints of Razzmatazz #EF024B
RGB
CMYK
RGB Variations
Color information
#EF024B (or 0xEF024B) is known color: Razzmatazz. HEX triplet: EF, 02 and 4B. RGB value is (239,2,75). Sum of RGB (Red+Green+Blue) = 239+2+75=316 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.63% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 239 - color contains mainly: red. Hex color #EF024B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF024B is #10FDB4. Grayscale: #515151. Windows color (decimal): -1113525 or 4915951. OLE color: 4915951.
HSL color Cylindrical-coordinate representation of color #EF024B: hue angle of 341.52º 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 #EF024B is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 2 | 75 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.06 |
| HSL | 341.52º | 0.98% | 0.47% | - |
| HSV(B) | 341.52º | 0.99% | 0.94% | - |
| XYZ | 36.89 | 18.9 | 8.36 | - |
| YUV | 81.19 | 124.52 | 240.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 2 | 75 | 0 | 0.99 | 0.69 | 0.06 | 341.52 | 0.98 | 0.47 |
| Hex | EF | 2 | 4B | 0 | 63 | 45 | 6 | 156 | 62 | 2F |
| Octal | 357 | 2 | 113 | 0 | 143 | 105 | 6 | 526 | 142 | 57 |
| Binary | 11101111 | 10 | 1001011 | 0 | 1100011 | 1000101 | 110 | 101010110 | 1100010 | 101111 |
Color Harmonies of #EF024B
Complementary color
Monochromatic Colors of #EF024B
Black with #EF024B
Text Example
Text Example
White with #EF024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF024B; }
p { color: rgb(239,2,75); }
H1.HeaderClassName
{
color: #EF024B;
}
.AnyTagClassName
{
color: #EF024B;
}
</style>
background-color css
<style>
a { background-color: #EF024B; }
a { background-color: rgb(239,2,75); }
div.DivClassName
{
background-color: #EF024B;
}
.BgClassName
{
background-color: #EF024B;
}
</style>
border-color css
<style>
span { border-color: #EF024B; }
span { border-color: rgb(239,2,75); }
td.TdClassName
{
border-color: #EF024B;
}
.TagClassName
{
border-color: #EF024B;
}
</style>