Shades of Razzmatazz #ED0150
Tints of Razzmatazz #ED0150
RGB
CMYK
RGB Variations
Color information
#ED0150 (or 0xED0150) is known color: Razzmatazz. HEX triplet: ED, 01 and 50. RGB value is (237,1,80). Sum of RGB (Red+Green+Blue) = 237+1+80=318 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.53% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0150 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0150 is #12FEAF. Grayscale: #505050. Windows color (decimal): -1244848 or 5243373. OLE color: 5243373.
HSL color Cylindrical-coordinate representation of color #ED0150: hue angle of 339.92º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED0150 is Cyan = 0, Magento = 1.00, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 1 | 80 | - |
| CMYK | 0 | 1.00 | 0.66 | 0.07 |
| HSL | 339.92º | 0.99% | 0.47% | - |
| HSV(B) | 339.92º | 1% | 0.93% | - |
| XYZ | 36.38 | 18.61 | 9.26 | - |
| YUV | 80.57 | 127.69 | 239.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 80 | 0 | 1.00 | 0.66 | 0.07 | 339.92 | 0.99 | 0.47 |
| Hex | ED | 1 | 50 | 0 | 64 | 42 | 7 | 154 | 63 | 2F |
| Octal | 355 | 1 | 120 | 0 | 144 | 102 | 7 | 524 | 143 | 57 |
| Binary | 11101101 | 1 | 1010000 | 0 | 1100100 | 1000010 | 111 | 101010100 | 1100011 | 101111 |
Color Harmonies of #ED0150
Complementary color
Monochromatic Colors of #ED0150
Black with #ED0150
Text Example
Text Example
White with #ED0150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0150; }
p { color: rgb(237,1,80); }
H1.HeaderClassName
{
color: #ED0150;
}
.AnyTagClassName
{
color: #ED0150;
}
</style>
background-color css
<style>
a { background-color: #ED0150; }
a { background-color: rgb(237,1,80); }
div.DivClassName
{
background-color: #ED0150;
}
.BgClassName
{
background-color: #ED0150;
}
</style>
border-color css
<style>
span { border-color: #ED0150; }
span { border-color: rgb(237,1,80); }
td.TdClassName
{
border-color: #ED0150;
}
.TagClassName
{
border-color: #ED0150;
}
</style>