Shades of Razzmatazz #ED0669
Tints of Razzmatazz #ED0669
RGB
CMYK
RGB Variations
Color information
#ED0669 (or 0xED0669) is known color: Razzmatazz. HEX triplet: ED, 06 and 69. RGB value is (237,6,105). Sum of RGB (Red+Green+Blue) = 237+6+105=348 (46% of max value = 765). Red value is 237 (92.97% from 255 or 68.10% from 348); Green value is 6 (2.73% from 255 or 1.72% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0669 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0669 is #12F996. Grayscale: #565656. Windows color (decimal): -1243543 or 6883053. OLE color: 6883053.
HSL color Cylindrical-coordinate representation of color #ED0669: hue angle of 334.29º 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 #ED0669 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 6 | 105 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.07 |
| HSL | 334.29º | 0.95% | 0.48% | - |
| HSV(B) | 334.29º | 0.97% | 0.93% | - |
| XYZ | 37.54 | 19.15 | 15.08 | - |
| YUV | 86.36 | 138.53 | 235.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 6 | 105 | 0 | 0.97 | 0.56 | 0.07 | 334.29 | 0.95 | 0.48 |
| Hex | ED | 6 | 69 | 0 | 61 | 38 | 7 | 14E | 5F | 30 |
| Octal | 355 | 6 | 151 | 0 | 141 | 70 | 7 | 516 | 137 | 60 |
| Binary | 11101101 | 110 | 1101001 | 0 | 1100001 | 111000 | 111 | 101001110 | 1011111 | 110000 |
Color Harmonies of #ED0669
Complementary color
Monochromatic Colors of #ED0669
Black with #ED0669
Text Example
Text Example
White with #ED0669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0669; }
p { color: rgb(237,6,105); }
H1.HeaderClassName
{
color: #ED0669;
}
.AnyTagClassName
{
color: #ED0669;
}
</style>
background-color css
<style>
a { background-color: #ED0669; }
a { background-color: rgb(237,6,105); }
div.DivClassName
{
background-color: #ED0669;
}
.BgClassName
{
background-color: #ED0669;
}
</style>
border-color css
<style>
span { border-color: #ED0669; }
span { border-color: rgb(237,6,105); }
td.TdClassName
{
border-color: #ED0669;
}
.TagClassName
{
border-color: #ED0669;
}
</style>