Shades of Razzmatazz #ED0467
Tints of Razzmatazz #ED0467
RGB
CMYK
RGB Variations
Color information
#ED0467 (or 0xED0467) is known color: Razzmatazz. HEX triplet: ED, 04 and 67. RGB value is (237,4,103). Sum of RGB (Red+Green+Blue) = 237+4+103=344 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.90% from 344); Green value is 4 (1.95% from 255 or 1.16% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0467 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0467 is #12FB98. Grayscale: #545454. Windows color (decimal): -1244057 or 6751469. OLE color: 6751469.
HSL color Cylindrical-coordinate representation of color #ED0467: hue angle of 334.51º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED0467 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 4 | 103 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.07 |
| HSL | 334.51º | 0.97% | 0.47% | - |
| HSV(B) | 334.51º | 0.98% | 0.93% | - |
| XYZ | 37.42 | 19.07 | 14.54 | - |
| YUV | 84.95 | 138.19 | 236.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 4 | 103 | 0 | 0.98 | 0.57 | 0.07 | 334.51 | 0.97 | 0.47 |
| Hex | ED | 4 | 67 | 0 | 62 | 39 | 7 | 14F | 61 | 2F |
| Octal | 355 | 4 | 147 | 0 | 142 | 71 | 7 | 517 | 141 | 57 |
| Binary | 11101101 | 100 | 1100111 | 0 | 1100010 | 111001 | 111 | 101001111 | 1100001 | 101111 |
Color Harmonies of #ED0467
Complementary color
Monochromatic Colors of #ED0467
Black with #ED0467
Text Example
Text Example
White with #ED0467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0467; }
p { color: rgb(237,4,103); }
H1.HeaderClassName
{
color: #ED0467;
}
.AnyTagClassName
{
color: #ED0467;
}
</style>
background-color css
<style>
a { background-color: #ED0467; }
a { background-color: rgb(237,4,103); }
div.DivClassName
{
background-color: #ED0467;
}
.BgClassName
{
background-color: #ED0467;
}
</style>
border-color css
<style>
span { border-color: #ED0467; }
span { border-color: rgb(237,4,103); }
td.TdClassName
{
border-color: #ED0467;
}
.TagClassName
{
border-color: #ED0467;
}
</style>