Shades of Razzmatazz #EF055A
Tints of Razzmatazz #EF055A
RGB
CMYK
RGB Variations
Color information
#EF055A (or 0xEF055A) is known color: Razzmatazz. HEX triplet: EF, 05 and 5A. RGB value is (239,5,90). Sum of RGB (Red+Green+Blue) = 239+5+90=334 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.56% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 239 - color contains mainly: red. Hex color #EF055A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF055A is #10FAA5. Grayscale: #545454. Windows color (decimal): -1112742 or 5899759. OLE color: 5899759.
HSL color Cylindrical-coordinate representation of color #EF055A: hue angle of 338.21º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF055A is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 5 | 90 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.06 |
| HSL | 338.21º | 0.96% | 0.48% | - |
| HSV(B) | 338.21º | 0.98% | 0.94% | - |
| XYZ | 37.5 | 19.2 | 11.4 | - |
| YUV | 84.66 | 131.02 | 238.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 5 | 90 | 0 | 0.98 | 0.62 | 0.06 | 338.21 | 0.96 | 0.48 |
| Hex | EF | 5 | 5A | 0 | 62 | 3E | 6 | 152 | 60 | 30 |
| Octal | 357 | 5 | 132 | 0 | 142 | 76 | 6 | 522 | 140 | 60 |
| Binary | 11101111 | 101 | 1011010 | 0 | 1100010 | 111110 | 110 | 101010010 | 1100000 | 110000 |
Color Harmonies of #EF055A
Complementary color
Monochromatic Colors of #EF055A
Black with #EF055A
Text Example
Text Example
White with #EF055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF055A; }
p { color: rgb(239,5,90); }
H1.HeaderClassName
{
color: #EF055A;
}
.AnyTagClassName
{
color: #EF055A;
}
</style>
background-color css
<style>
a { background-color: #EF055A; }
a { background-color: rgb(239,5,90); }
div.DivClassName
{
background-color: #EF055A;
}
.BgClassName
{
background-color: #EF055A;
}
</style>
border-color css
<style>
span { border-color: #EF055A; }
span { border-color: rgb(239,5,90); }
td.TdClassName
{
border-color: #EF055A;
}
.TagClassName
{
border-color: #EF055A;
}
</style>