Shades of Razzmatazz #ED064D
Tints of Razzmatazz #ED064D
RGB
CMYK
RGB Variations
Color information
#ED064D (or 0xED064D) is known color: Razzmatazz. HEX triplet: ED, 06 and 4D. RGB value is (237,6,77). Sum of RGB (Red+Green+Blue) = 237+6+77=320 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.06% from 320); Green value is 6 (2.73% from 255 or 1.88% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 237 - color contains mainly: red. Hex color #ED064D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED064D is #12F9B2. Grayscale: #535353. Windows color (decimal): -1243571 or 5048045. OLE color: 5048045.
HSL color Cylindrical-coordinate representation of color #ED064D: hue angle of 341.56º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED064D is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 6 | 77 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.07 |
| HSL | 341.56º | 0.95% | 0.48% | - |
| HSV(B) | 341.56º | 0.97% | 0.93% | - |
| XYZ | 36.33 | 18.67 | 8.71 | - |
| YUV | 83.16 | 124.53 | 237.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 6 | 77 | 0 | 0.97 | 0.68 | 0.07 | 341.56 | 0.95 | 0.48 |
| Hex | ED | 6 | 4D | 0 | 61 | 44 | 7 | 156 | 5F | 30 |
| Octal | 355 | 6 | 115 | 0 | 141 | 104 | 7 | 526 | 137 | 60 |
| Binary | 11101101 | 110 | 1001101 | 0 | 1100001 | 1000100 | 111 | 101010110 | 1011111 | 110000 |
Color Harmonies of #ED064D
Complementary color
Monochromatic Colors of #ED064D
Black with #ED064D
Text Example
Text Example
White with #ED064D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED064D; }
p { color: rgb(237,6,77); }
H1.HeaderClassName
{
color: #ED064D;
}
.AnyTagClassName
{
color: #ED064D;
}
</style>
background-color css
<style>
a { background-color: #ED064D; }
a { background-color: rgb(237,6,77); }
div.DivClassName
{
background-color: #ED064D;
}
.BgClassName
{
background-color: #ED064D;
}
</style>
border-color css
<style>
span { border-color: #ED064D; }
span { border-color: rgb(237,6,77); }
td.TdClassName
{
border-color: #ED064D;
}
.TagClassName
{
border-color: #ED064D;
}
</style>