Shades of Razzmatazz #EF1652
Tints of Razzmatazz #EF1652
RGB
CMYK
RGB Variations
Color information
#EF1652 (or 0xEF1652) is known color: Razzmatazz. HEX triplet: EF, 16 and 52. RGB value is (239,22,82). Sum of RGB (Red+Green+Blue) = 239+22+82=343 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.68% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1652 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1652 is #10E9AD. Grayscale: #5D5D5D. Windows color (decimal): -1108398 or 5379823. OLE color: 5379823.
HSL color Cylindrical-coordinate representation of color #EF1652: hue angle of 343.41º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF1652 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 82 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.06 |
| HSL | 343.41º | 0.87% | 0.51% | - |
| HSV(B) | 343.41º | 0.91% | 0.94% | - |
| XYZ | 37.41 | 19.53 | 9.78 | - |
| YUV | 93.72 | 121.39 | 231.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 82 | 0 | 0.91 | 0.66 | 0.06 | 343.41 | 0.87 | 0.51 |
| Hex | EF | 16 | 52 | 0 | 5B | 42 | 6 | 157 | 57 | 33 |
| Octal | 357 | 26 | 122 | 0 | 133 | 102 | 6 | 527 | 127 | 63 |
| Binary | 11101111 | 10110 | 1010010 | 0 | 1011011 | 1000010 | 110 | 101010111 | 1010111 | 110011 |
Color Harmonies of #EF1652
Complementary color
Monochromatic Colors of #EF1652
Black with #EF1652
Text Example
Text Example
White with #EF1652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1652; }
p { color: rgb(239,22,82); }
H1.HeaderClassName
{
color: #EF1652;
}
.AnyTagClassName
{
color: #EF1652;
}
</style>
background-color css
<style>
a { background-color: #EF1652; }
a { background-color: rgb(239,22,82); }
div.DivClassName
{
background-color: #EF1652;
}
.BgClassName
{
background-color: #EF1652;
}
</style>
border-color css
<style>
span { border-color: #EF1652; }
span { border-color: rgb(239,22,82); }
td.TdClassName
{
border-color: #EF1652;
}
.TagClassName
{
border-color: #EF1652;
}
</style>