Shades of Razzmatazz #ED0675
Tints of Razzmatazz #ED0675
RGB
CMYK
RGB Variations
Color information
#ED0675 (or 0xED0675) is known color: Razzmatazz. HEX triplet: ED, 06 and 75. RGB value is (237,6,117). Sum of RGB (Red+Green+Blue) = 237+6+117=360 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.83% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0675 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0675 is #12F98A. Grayscale: #575757. Windows color (decimal): -1243531 or 7669485. OLE color: 7669485.
HSL color Cylindrical-coordinate representation of color #ED0675: hue angle of 331.17º degrees, saturation: 0.95, 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 #ED0675 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 6 | 117 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.07 |
| HSL | 331.17º | 0.95% | 0.48% | - |
| HSV(B) | 331.17º | 0.97% | 0.93% | - |
| XYZ | 38.2 | 19.42 | 18.56 | - |
| YUV | 87.72 | 144.53 | 234.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 6 | 117 | 0 | 0.97 | 0.51 | 0.07 | 331.17 | 0.95 | 0.48 |
| Hex | ED | 6 | 75 | 0 | 61 | 33 | 7 | 14B | 5F | 30 |
| Octal | 355 | 6 | 165 | 0 | 141 | 63 | 7 | 513 | 137 | 60 |
| Binary | 11101101 | 110 | 1110101 | 0 | 1100001 | 110011 | 111 | 101001011 | 1011111 | 110000 |
Color Harmonies of #ED0675
Complementary color
Monochromatic Colors of #ED0675
Black with #ED0675
Text Example
Text Example
White with #ED0675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0675; }
p { color: rgb(237,6,117); }
H1.HeaderClassName
{
color: #ED0675;
}
.AnyTagClassName
{
color: #ED0675;
}
</style>
background-color css
<style>
a { background-color: #ED0675; }
a { background-color: rgb(237,6,117); }
div.DivClassName
{
background-color: #ED0675;
}
.BgClassName
{
background-color: #ED0675;
}
</style>
border-color css
<style>
span { border-color: #ED0675; }
span { border-color: rgb(237,6,117); }
td.TdClassName
{
border-color: #ED0675;
}
.TagClassName
{
border-color: #ED0675;
}
</style>