Shades of Razzmatazz #ED004B
Tints of Razzmatazz #ED004B
RGB
CMYK
RGB Variations
Color information
#ED004B (or 0xED004B) is known color: Razzmatazz. HEX triplet: ED, 00 and 4B. RGB value is (237,0,75). Sum of RGB (Red+Green+Blue) = 237+0+75=312 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.96% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 237 - color contains mainly: red. Hex color #ED004B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED004B is #12FFB4. Grayscale: #4F4F4F. Windows color (decimal): -1245109 or 4915437. OLE color: 4915437.
HSL color Cylindrical-coordinate representation of color #ED004B: hue angle of 341.01º 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 #ED004B is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.68 | 0.07 |
| HSL | 341.01º | 1% | 0.46% | - |
| HSV(B) | 341.01º | 1% | 0.93% | - |
| XYZ | 36.2 | 18.51 | 8.32 | - |
| YUV | 79.41 | 125.52 | 240.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 75 | 0 | 1 | 0.68 | 0.07 | 341.01 | 1 | 0.46 |
| Hex | ED | 0 | 4B | 0 | 64 | 44 | 7 | 155 | 64 | 2E |
| Octal | 355 | 0 | 113 | 0 | 144 | 104 | 7 | 525 | 144 | 56 |
| Binary | 11101101 | 0 | 1001011 | 0 | 1100100 | 1000100 | 111 | 101010101 | 1100100 | 101110 |
Color Harmonies of #ED004B
Complementary color
Monochromatic Colors of #ED004B
Black with #ED004B
Text Example
Text Example
White with #ED004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED004B; }
p { color: rgb(237,0,75); }
H1.HeaderClassName
{
color: #ED004B;
}
.AnyTagClassName
{
color: #ED004B;
}
</style>
background-color css
<style>
a { background-color: #ED004B; }
a { background-color: rgb(237,0,75); }
div.DivClassName
{
background-color: #ED004B;
}
.BgClassName
{
background-color: #ED004B;
}
</style>
border-color css
<style>
span { border-color: #ED004B; }
span { border-color: rgb(237,0,75); }
td.TdClassName
{
border-color: #ED004B;
}
.TagClassName
{
border-color: #ED004B;
}
</style>