Shades of Razzmatazz #EF0953
Tints of Razzmatazz #EF0953
RGB
CMYK
RGB Variations
Color information
#EF0953 (or 0xEF0953) is known color: Razzmatazz. HEX triplet: EF, 09 and 53. RGB value is (239,9,83). Sum of RGB (Red+Green+Blue) = 239+9+83=331 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.21% from 331); Green value is 9 (3.91% from 255 or 2.72% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0953 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0953 is #10F6AC. Grayscale: #565656. Windows color (decimal): -1111725 or 5442031. OLE color: 5442031.
HSL color Cylindrical-coordinate representation of color #EF0953: hue angle of 340.7º 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 #EF0953 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 83 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.06 |
| HSL | 340.7º | 0.93% | 0.49% | - |
| HSV(B) | 340.7º | 0.96% | 0.94% | - |
| XYZ | 37.26 | 19.17 | 9.92 | - |
| YUV | 86.21 | 126.2 | 236.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 83 | 0 | 0.96 | 0.65 | 0.06 | 340.7 | 0.93 | 0.49 |
| Hex | EF | 9 | 53 | 0 | 60 | 41 | 6 | 155 | 5D | 31 |
| Octal | 357 | 11 | 123 | 0 | 140 | 101 | 6 | 525 | 135 | 61 |
| Binary | 11101111 | 1001 | 1010011 | 0 | 1100000 | 1000001 | 110 | 101010101 | 1011101 | 110001 |
Color Harmonies of #EF0953
Complementary color
Monochromatic Colors of #EF0953
Black with #EF0953
Text Example
Text Example
White with #EF0953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0953; }
p { color: rgb(239,9,83); }
H1.HeaderClassName
{
color: #EF0953;
}
.AnyTagClassName
{
color: #EF0953;
}
</style>
background-color css
<style>
a { background-color: #EF0953; }
a { background-color: rgb(239,9,83); }
div.DivClassName
{
background-color: #EF0953;
}
.BgClassName
{
background-color: #EF0953;
}
</style>
border-color css
<style>
span { border-color: #EF0953; }
span { border-color: rgb(239,9,83); }
td.TdClassName
{
border-color: #EF0953;
}
.TagClassName
{
border-color: #EF0953;
}
</style>