Shades of Razzmatazz #EF0954
Tints of Razzmatazz #EF0954
RGB
CMYK
RGB Variations
Color information
#EF0954 (or 0xEF0954) is known color: Razzmatazz. HEX triplet: EF, 09 and 54. RGB value is (239,9,84). Sum of RGB (Red+Green+Blue) = 239+9+84=332 (43% of max value = 765). Red value is 239 (93.75% from 255 or 71.99% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0954 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0954 is #10F6AB. Grayscale: #565656. Windows color (decimal): -1111724 or 5507567. OLE color: 5507567.
HSL color Cylindrical-coordinate representation of color #EF0954: hue angle of 340.43º 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 #EF0954 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 84 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.06 |
| HSL | 340.43º | 0.93% | 0.49% | - |
| HSV(B) | 340.43º | 0.96% | 0.94% | - |
| XYZ | 37.29 | 19.19 | 10.13 | - |
| YUV | 86.32 | 126.7 | 236.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 84 | 0 | 0.96 | 0.65 | 0.06 | 340.43 | 0.93 | 0.49 |
| Hex | EF | 9 | 54 | 0 | 60 | 41 | 6 | 154 | 5D | 31 |
| Octal | 357 | 11 | 124 | 0 | 140 | 101 | 6 | 524 | 135 | 61 |
| Binary | 11101111 | 1001 | 1010100 | 0 | 1100000 | 1000001 | 110 | 101010100 | 1011101 | 110001 |
Color Harmonies of #EF0954
Complementary color
Monochromatic Colors of #EF0954
Black with #EF0954
Text Example
Text Example
White with #EF0954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0954; }
p { color: rgb(239,9,84); }
H1.HeaderClassName
{
color: #EF0954;
}
.AnyTagClassName
{
color: #EF0954;
}
</style>
background-color css
<style>
a { background-color: #EF0954; }
a { background-color: rgb(239,9,84); }
div.DivClassName
{
background-color: #EF0954;
}
.BgClassName
{
background-color: #EF0954;
}
</style>
border-color css
<style>
span { border-color: #EF0954; }
span { border-color: rgb(239,9,84); }
td.TdClassName
{
border-color: #EF0954;
}
.TagClassName
{
border-color: #EF0954;
}
</style>