Shades of Razzmatazz #ED0F4D
Tints of Razzmatazz #ED0F4D
RGB
CMYK
RGB Variations
Color information
#ED0F4D (or 0xED0F4D) is known color: Razzmatazz. HEX triplet: ED, 0F and 4D. RGB value is (237,15,77). Sum of RGB (Red+Green+Blue) = 237+15+77=329 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.04% from 329); Green value is 15 (6.25% from 255 or 4.56% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0F4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0F4D is #12F0B2. Grayscale: #585858. Windows color (decimal): -1241267 or 5050349. OLE color: 5050349.
HSL color Cylindrical-coordinate representation of color #ED0F4D: hue angle of 343.24º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED0F4D is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 15 | 77 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.07 |
| HSL | 343.24º | 0.88% | 0.49% | - |
| HSV(B) | 343.24º | 0.94% | 0.93% | - |
| XYZ | 36.44 | 18.88 | 8.75 | - |
| YUV | 88.45 | 121.55 | 233.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 15 | 77 | 0 | 0.94 | 0.68 | 0.07 | 343.24 | 0.88 | 0.49 |
| Hex | ED | F | 4D | 0 | 5E | 44 | 7 | 157 | 58 | 31 |
| Octal | 355 | 17 | 115 | 0 | 136 | 104 | 7 | 527 | 130 | 61 |
| Binary | 11101101 | 1111 | 1001101 | 0 | 1011110 | 1000100 | 111 | 101010111 | 1011000 | 110001 |
Color Harmonies of #ED0F4D
Complementary color
Monochromatic Colors of #ED0F4D
Black with #ED0F4D
Text Example
Text Example
White with #ED0F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0F4D; }
p { color: rgb(237,15,77); }
H1.HeaderClassName
{
color: #ED0F4D;
}
.AnyTagClassName
{
color: #ED0F4D;
}
</style>
background-color css
<style>
a { background-color: #ED0F4D; }
a { background-color: rgb(237,15,77); }
div.DivClassName
{
background-color: #ED0F4D;
}
.BgClassName
{
background-color: #ED0F4D;
}
</style>
border-color css
<style>
span { border-color: #ED0F4D; }
span { border-color: rgb(237,15,77); }
td.TdClassName
{
border-color: #ED0F4D;
}
.TagClassName
{
border-color: #ED0F4D;
}
</style>