Shades of Razzmatazz #ED065E
Tints of Razzmatazz #ED065E
RGB
CMYK
RGB Variations
Color information
#ED065E (or 0xED065E) is known color: Razzmatazz. HEX triplet: ED, 06 and 5E. RGB value is (237,6,94). Sum of RGB (Red+Green+Blue) = 237+6+94=337 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.33% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 237 - color contains mainly: red. Hex color #ED065E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED065E is #12F9A1. Grayscale: #545454. Windows color (decimal): -1243554 or 6162157. OLE color: 6162157.
HSL color Cylindrical-coordinate representation of color #ED065E: hue angle of 337.14º 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 #ED065E is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 6 | 94 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.07 |
| HSL | 337.14º | 0.95% | 0.48% | - |
| HSV(B) | 337.14º | 0.97% | 0.93% | - |
| XYZ | 37.01 | 18.94 | 12.3 | - |
| YUV | 85.1 | 133.03 | 236.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 6 | 94 | 0 | 0.97 | 0.60 | 0.07 | 337.14 | 0.95 | 0.48 |
| Hex | ED | 6 | 5E | 0 | 61 | 3C | 7 | 151 | 5F | 30 |
| Octal | 355 | 6 | 136 | 0 | 141 | 74 | 7 | 521 | 137 | 60 |
| Binary | 11101101 | 110 | 1011110 | 0 | 1100001 | 111100 | 111 | 101010001 | 1011111 | 110000 |
Color Harmonies of #ED065E
Complementary color
Monochromatic Colors of #ED065E
Black with #ED065E
Text Example
Text Example
White with #ED065E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED065E; }
p { color: rgb(237,6,94); }
H1.HeaderClassName
{
color: #ED065E;
}
.AnyTagClassName
{
color: #ED065E;
}
</style>
background-color css
<style>
a { background-color: #ED065E; }
a { background-color: rgb(237,6,94); }
div.DivClassName
{
background-color: #ED065E;
}
.BgClassName
{
background-color: #ED065E;
}
</style>
border-color css
<style>
span { border-color: #ED065E; }
span { border-color: rgb(237,6,94); }
td.TdClassName
{
border-color: #ED065E;
}
.TagClassName
{
border-color: #ED065E;
}
</style>