Shades of Razzmatazz #ED037A
Tints of Razzmatazz #ED037A
RGB
CMYK
RGB Variations
Color information
#ED037A (or 0xED037A) is known color: Razzmatazz. HEX triplet: ED, 03 and 7A. RGB value is (237,3,122). Sum of RGB (Red+Green+Blue) = 237+3+122=362 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.47% from 362); Green value is 3 (1.56% from 255 or 0.83% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 237 - color contains mainly: red. Hex color #ED037A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED037A is #12FC85. Grayscale: #565656. Windows color (decimal): -1244294 or 7996397. OLE color: 7996397.
HSL color Cylindrical-coordinate representation of color #ED037A: hue angle of 329.49º 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 #ED037A is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 3 | 122 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.07 |
| HSL | 329.49º | 0.98% | 0.47% | - |
| HSV(B) | 329.49º | 0.99% | 0.93% | - |
| XYZ | 38.47 | 19.47 | 20.14 | - |
| YUV | 86.53 | 148.02 | 235.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 3 | 122 | 0 | 0.99 | 0.49 | 0.07 | 329.49 | 0.98 | 0.47 |
| Hex | ED | 3 | 7A | 0 | 63 | 31 | 7 | 149 | 62 | 2F |
| Octal | 355 | 3 | 172 | 0 | 143 | 61 | 7 | 511 | 142 | 57 |
| Binary | 11101101 | 11 | 1111010 | 0 | 1100011 | 110001 | 111 | 101001001 | 1100010 | 101111 |
Color Harmonies of #ED037A
Complementary color
Monochromatic Colors of #ED037A
Black with #ED037A
Text Example
Text Example
White with #ED037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED037A; }
p { color: rgb(237,3,122); }
H1.HeaderClassName
{
color: #ED037A;
}
.AnyTagClassName
{
color: #ED037A;
}
</style>
background-color css
<style>
a { background-color: #ED037A; }
a { background-color: rgb(237,3,122); }
div.DivClassName
{
background-color: #ED037A;
}
.BgClassName
{
background-color: #ED037A;
}
</style>
border-color css
<style>
span { border-color: #ED037A; }
span { border-color: rgb(237,3,122); }
td.TdClassName
{
border-color: #ED037A;
}
.TagClassName
{
border-color: #ED037A;
}
</style>