Shades of Razzmatazz #ED0375
Tints of Razzmatazz #ED0375
RGB
CMYK
RGB Variations
Color information
#ED0375 (or 0xED0375) is known color: Razzmatazz. HEX triplet: ED, 03 and 75. RGB value is (237,3,117). Sum of RGB (Red+Green+Blue) = 237+3+117=357 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.39% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0375 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0375 is #12FC8A. Grayscale: #555555. Windows color (decimal): -1244299 or 7668717. OLE color: 7668717.
HSL color Cylindrical-coordinate representation of color #ED0375: hue angle of 330.77º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED0375 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 3 | 117 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.07 |
| HSL | 330.77º | 0.98% | 0.47% | - |
| HSV(B) | 330.77º | 0.99% | 0.93% | - |
| XYZ | 38.17 | 19.35 | 18.55 | - |
| YUV | 85.96 | 145.52 | 235.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 3 | 117 | 0 | 0.99 | 0.51 | 0.07 | 330.77 | 0.98 | 0.47 |
| Hex | ED | 3 | 75 | 0 | 63 | 33 | 7 | 14B | 62 | 2F |
| Octal | 355 | 3 | 165 | 0 | 143 | 63 | 7 | 513 | 142 | 57 |
| Binary | 11101101 | 11 | 1110101 | 0 | 1100011 | 110011 | 111 | 101001011 | 1100010 | 101111 |
Color Harmonies of #ED0375
Complementary color
Monochromatic Colors of #ED0375
Black with #ED0375
Text Example
Text Example
White with #ED0375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0375; }
p { color: rgb(237,3,117); }
H1.HeaderClassName
{
color: #ED0375;
}
.AnyTagClassName
{
color: #ED0375;
}
</style>
background-color css
<style>
a { background-color: #ED0375; }
a { background-color: rgb(237,3,117); }
div.DivClassName
{
background-color: #ED0375;
}
.BgClassName
{
background-color: #ED0375;
}
</style>
border-color css
<style>
span { border-color: #ED0375; }
span { border-color: rgb(237,3,117); }
td.TdClassName
{
border-color: #ED0375;
}
.TagClassName
{
border-color: #ED0375;
}
</style>