Shades of Razzmatazz #ED004A
Tints of Razzmatazz #ED004A
RGB
CMYK
RGB Variations
Color information
#ED004A (or 0xED004A) is known color: Razzmatazz. HEX triplet: ED, 00 and 4A. RGB value is (237,0,74). Sum of RGB (Red+Green+Blue) = 237+0+74=311 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.21% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 237 - color contains mainly: red. Hex color #ED004A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED004A is #12FFB5. Grayscale: #4F4F4F. Windows color (decimal): -1245110 or 4849901. OLE color: 4849901.
HSL color Cylindrical-coordinate representation of color #ED004A: hue angle of 341.27º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED004A is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 74 | - |
| CMYK | 0 | 1 | 0.69 | 0.07 |
| HSL | 341.27º | 1% | 0.46% | - |
| HSV(B) | 341.27º | 1% | 0.93% | - |
| XYZ | 36.16 | 18.5 | 8.14 | - |
| YUV | 79.3 | 125.02 | 240.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 74 | 0 | 1 | 0.69 | 0.07 | 341.27 | 1 | 0.46 |
| Hex | ED | 0 | 4A | 0 | 64 | 45 | 7 | 155 | 64 | 2E |
| Octal | 355 | 0 | 112 | 0 | 144 | 105 | 7 | 525 | 144 | 56 |
| Binary | 11101101 | 0 | 1001010 | 0 | 1100100 | 1000101 | 111 | 101010101 | 1100100 | 101110 |
Color Harmonies of #ED004A
Complementary color
Monochromatic Colors of #ED004A
Black with #ED004A
Text Example
Text Example
White with #ED004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED004A; }
p { color: rgb(237,0,74); }
H1.HeaderClassName
{
color: #ED004A;
}
.AnyTagClassName
{
color: #ED004A;
}
</style>
background-color css
<style>
a { background-color: #ED004A; }
a { background-color: rgb(237,0,74); }
div.DivClassName
{
background-color: #ED004A;
}
.BgClassName
{
background-color: #ED004A;
}
</style>
border-color css
<style>
span { border-color: #ED004A; }
span { border-color: rgb(237,0,74); }
td.TdClassName
{
border-color: #ED004A;
}
.TagClassName
{
border-color: #ED004A;
}
</style>