Shades of Razzmatazz #ED007A
Tints of Razzmatazz #ED007A
RGB
CMYK
RGB Variations
Color information
#ED007A (or 0xED007A) is known color: Razzmatazz. HEX triplet: ED, 00 and 7A. RGB value is (237,0,122). Sum of RGB (Red+Green+Blue) = 237+0+122=359 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.02% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 237 - color contains mainly: red. Hex color #ED007A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED007A is #12FF85. Grayscale: #545454. Windows color (decimal): -1245062 or 7995629. OLE color: 7995629.
HSL color Cylindrical-coordinate representation of color #ED007A: hue angle of 329.11º 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 #ED007A is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.49 | 0.07 |
| HSL | 329.11º | 1% | 0.46% | - |
| HSV(B) | 329.11º | 1% | 0.93% | - |
| XYZ | 38.44 | 19.41 | 20.13 | - |
| YUV | 84.77 | 149.02 | 236.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 122 | 0 | 1 | 0.49 | 0.07 | 329.11 | 1 | 0.46 |
| Hex | ED | 0 | 7A | 0 | 64 | 31 | 7 | 149 | 64 | 2E |
| Octal | 355 | 0 | 172 | 0 | 144 | 61 | 7 | 511 | 144 | 56 |
| Binary | 11101101 | 0 | 1111010 | 0 | 1100100 | 110001 | 111 | 101001001 | 1100100 | 101110 |
Color Harmonies of #ED007A
Complementary color
Monochromatic Colors of #ED007A
Black with #ED007A
Text Example
Text Example
White with #ED007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED007A; }
p { color: rgb(237,0,122); }
H1.HeaderClassName
{
color: #ED007A;
}
.AnyTagClassName
{
color: #ED007A;
}
</style>
background-color css
<style>
a { background-color: #ED007A; }
a { background-color: rgb(237,0,122); }
div.DivClassName
{
background-color: #ED007A;
}
.BgClassName
{
background-color: #ED007A;
}
</style>
border-color css
<style>
span { border-color: #ED007A; }
span { border-color: rgb(237,0,122); }
td.TdClassName
{
border-color: #ED007A;
}
.TagClassName
{
border-color: #ED007A;
}
</style>