Shades of Razzmatazz #ED0765
Tints of Razzmatazz #ED0765
RGB
CMYK
RGB Variations
Color information
#ED0765 (or 0xED0765) is known color: Razzmatazz. HEX triplet: ED, 07 and 65. RGB value is (237,7,101). Sum of RGB (Red+Green+Blue) = 237+7+101=345 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.70% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0765 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0765 is #12F89A. Grayscale: #565656. Windows color (decimal): -1243291 or 6621165. OLE color: 6621165.
HSL color Cylindrical-coordinate representation of color #ED0765: hue angle of 335.48º 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 #ED0765 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 7 | 101 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.07 |
| HSL | 335.48º | 0.94% | 0.48% | - |
| HSV(B) | 335.48º | 0.97% | 0.93% | - |
| XYZ | 37.35 | 19.1 | 14.03 | - |
| YUV | 86.49 | 136.2 | 235.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 7 | 101 | 0 | 0.97 | 0.57 | 0.07 | 335.48 | 0.94 | 0.48 |
| Hex | ED | 7 | 65 | 0 | 61 | 39 | 7 | 14F | 5E | 30 |
| Octal | 355 | 7 | 145 | 0 | 141 | 71 | 7 | 517 | 136 | 60 |
| Binary | 11101101 | 111 | 1100101 | 0 | 1100001 | 111001 | 111 | 101001111 | 1011110 | 110000 |
Color Harmonies of #ED0765
Complementary color
Monochromatic Colors of #ED0765
Black with #ED0765
Text Example
Text Example
White with #ED0765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0765; }
p { color: rgb(237,7,101); }
H1.HeaderClassName
{
color: #ED0765;
}
.AnyTagClassName
{
color: #ED0765;
}
</style>
background-color css
<style>
a { background-color: #ED0765; }
a { background-color: rgb(237,7,101); }
div.DivClassName
{
background-color: #ED0765;
}
.BgClassName
{
background-color: #ED0765;
}
</style>
border-color css
<style>
span { border-color: #ED0765; }
span { border-color: rgb(237,7,101); }
td.TdClassName
{
border-color: #ED0765;
}
.TagClassName
{
border-color: #ED0765;
}
</style>