Shades of Razzmatazz #ED004E
Tints of Razzmatazz #ED004E
RGB
CMYK
RGB Variations
Color information
#ED004E (or 0xED004E) is known color: Razzmatazz. HEX triplet: ED, 00 and 4E. RGB value is (237,0,78). Sum of RGB (Red+Green+Blue) = 237+0+78=315 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.24% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 237 - color contains mainly: red. Hex color #ED004E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED004E is #12FFB1. Grayscale: #4F4F4F. Windows color (decimal): -1245106 or 5112045. OLE color: 5112045.
HSL color Cylindrical-coordinate representation of color #ED004E: hue angle of 340.25º 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 #ED004E is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.67 | 0.07 |
| HSL | 340.25º | 1% | 0.46% | - |
| HSV(B) | 340.25º | 1% | 0.93% | - |
| XYZ | 36.3 | 18.55 | 8.88 | - |
| YUV | 79.76 | 127.02 | 240.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 78 | 0 | 1 | 0.67 | 0.07 | 340.25 | 1 | 0.46 |
| Hex | ED | 0 | 4E | 0 | 64 | 43 | 7 | 154 | 64 | 2E |
| Octal | 355 | 0 | 116 | 0 | 144 | 103 | 7 | 524 | 144 | 56 |
| Binary | 11101101 | 0 | 1001110 | 0 | 1100100 | 1000011 | 111 | 101010100 | 1100100 | 101110 |
Color Harmonies of #ED004E
Complementary color
Monochromatic Colors of #ED004E
Black with #ED004E
Text Example
Text Example
White with #ED004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED004E; }
p { color: rgb(237,0,78); }
H1.HeaderClassName
{
color: #ED004E;
}
.AnyTagClassName
{
color: #ED004E;
}
</style>
background-color css
<style>
a { background-color: #ED004E; }
a { background-color: rgb(237,0,78); }
div.DivClassName
{
background-color: #ED004E;
}
.BgClassName
{
background-color: #ED004E;
}
</style>
border-color css
<style>
span { border-color: #ED004E; }
span { border-color: rgb(237,0,78); }
td.TdClassName
{
border-color: #ED004E;
}
.TagClassName
{
border-color: #ED004E;
}
</style>