Shades of Razzmatazz #ED0767
Tints of Razzmatazz #ED0767
RGB
CMYK
RGB Variations
Color information
#ED0767 (or 0xED0767) is known color: Razzmatazz. HEX triplet: ED, 07 and 67. RGB value is (237,7,103). Sum of RGB (Red+Green+Blue) = 237+7+103=347 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.30% from 347); Green value is 7 (3.12% from 255 or 2.02% from 347); Blue value is 103 (40.62% from 255 or 29.68% from 347); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0767 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0767 is #12F898. Grayscale: #565656. Windows color (decimal): -1243289 or 6752237. OLE color: 6752237.
HSL color Cylindrical-coordinate representation of color #ED0767: hue angle of 334.96º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED0767 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 7 | 103 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.07 |
| HSL | 334.96º | 0.94% | 0.48% | - |
| HSV(B) | 334.96º | 0.97% | 0.93% | - |
| XYZ | 37.45 | 19.14 | 14.55 | - |
| YUV | 86.71 | 137.2 | 235.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 7 | 103 | 0 | 0.97 | 0.57 | 0.07 | 334.96 | 0.94 | 0.48 |
| Hex | ED | 7 | 67 | 0 | 61 | 39 | 7 | 14F | 5E | 30 |
| Octal | 355 | 7 | 147 | 0 | 141 | 71 | 7 | 517 | 136 | 60 |
| Binary | 11101101 | 111 | 1100111 | 0 | 1100001 | 111001 | 111 | 101001111 | 1011110 | 110000 |
Color Harmonies of #ED0767
Complementary color
Monochromatic Colors of #ED0767
Black with #ED0767
Text Example
Text Example
White with #ED0767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0767; }
p { color: rgb(237,7,103); }
H1.HeaderClassName
{
color: #ED0767;
}
.AnyTagClassName
{
color: #ED0767;
}
</style>
background-color css
<style>
a { background-color: #ED0767; }
a { background-color: rgb(237,7,103); }
div.DivClassName
{
background-color: #ED0767;
}
.BgClassName
{
background-color: #ED0767;
}
</style>
border-color css
<style>
span { border-color: #ED0767; }
span { border-color: rgb(237,7,103); }
td.TdClassName
{
border-color: #ED0767;
}
.TagClassName
{
border-color: #ED0767;
}
</style>