Shades of Razzmatazz #EF0952
Tints of Razzmatazz #EF0952
RGB
CMYK
RGB Variations
Color information
#EF0952 (or 0xEF0952) is known color: Razzmatazz. HEX triplet: EF, 09 and 52. RGB value is (239,9,82). Sum of RGB (Red+Green+Blue) = 239+9+82=330 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.42% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0952 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0952 is #10F6AD. Grayscale: #565656. Windows color (decimal): -1111726 or 5376495. OLE color: 5376495.
HSL color Cylindrical-coordinate representation of color #EF0952: hue angle of 340.96º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0952 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 82 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.06 |
| HSL | 340.96º | 0.93% | 0.49% | - |
| HSV(B) | 340.96º | 0.96% | 0.94% | - |
| XYZ | 37.22 | 19.16 | 9.72 | - |
| YUV | 86.09 | 125.7 | 237.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 82 | 0 | 0.96 | 0.66 | 0.06 | 340.96 | 0.93 | 0.49 |
| Hex | EF | 9 | 52 | 0 | 60 | 42 | 6 | 155 | 5D | 31 |
| Octal | 357 | 11 | 122 | 0 | 140 | 102 | 6 | 525 | 135 | 61 |
| Binary | 11101111 | 1001 | 1010010 | 0 | 1100000 | 1000010 | 110 | 101010101 | 1011101 | 110001 |
Color Harmonies of #EF0952
Complementary color
Monochromatic Colors of #EF0952
Black with #EF0952
Text Example
Text Example
White with #EF0952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0952; }
p { color: rgb(239,9,82); }
H1.HeaderClassName
{
color: #EF0952;
}
.AnyTagClassName
{
color: #EF0952;
}
</style>
background-color css
<style>
a { background-color: #EF0952; }
a { background-color: rgb(239,9,82); }
div.DivClassName
{
background-color: #EF0952;
}
.BgClassName
{
background-color: #EF0952;
}
</style>
border-color css
<style>
span { border-color: #EF0952; }
span { border-color: rgb(239,9,82); }
td.TdClassName
{
border-color: #EF0952;
}
.TagClassName
{
border-color: #EF0952;
}
</style>