Shades of Razzmatazz #ED0465
Tints of Razzmatazz #ED0465
RGB
CMYK
RGB Variations
Color information
#ED0465 (or 0xED0465) is known color: Razzmatazz. HEX triplet: ED, 04 and 65. RGB value is (237,4,101). Sum of RGB (Red+Green+Blue) = 237+4+101=342 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.30% from 342); Green value is 4 (1.95% from 255 or 1.17% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0465 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0465 is #12FB9A. Grayscale: #545454. Windows color (decimal): -1244059 or 6620397. OLE color: 6620397.
HSL color Cylindrical-coordinate representation of color #ED0465: hue angle of 335.02º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED0465 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 4 | 101 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.07 |
| HSL | 335.02º | 0.97% | 0.47% | - |
| HSV(B) | 335.02º | 0.98% | 0.93% | - |
| XYZ | 37.32 | 19.03 | 14.02 | - |
| YUV | 84.73 | 137.19 | 236.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 4 | 101 | 0 | 0.98 | 0.57 | 0.07 | 335.02 | 0.97 | 0.47 |
| Hex | ED | 4 | 65 | 0 | 62 | 39 | 7 | 14F | 61 | 2F |
| Octal | 355 | 4 | 145 | 0 | 142 | 71 | 7 | 517 | 141 | 57 |
| Binary | 11101101 | 100 | 1100101 | 0 | 1100010 | 111001 | 111 | 101001111 | 1100001 | 101111 |
Color Harmonies of #ED0465
Complementary color
Monochromatic Colors of #ED0465
Black with #ED0465
Text Example
Text Example
White with #ED0465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0465; }
p { color: rgb(237,4,101); }
H1.HeaderClassName
{
color: #ED0465;
}
.AnyTagClassName
{
color: #ED0465;
}
</style>
background-color css
<style>
a { background-color: #ED0465; }
a { background-color: rgb(237,4,101); }
div.DivClassName
{
background-color: #ED0465;
}
.BgClassName
{
background-color: #ED0465;
}
</style>
border-color css
<style>
span { border-color: #ED0465; }
span { border-color: rgb(237,4,101); }
td.TdClassName
{
border-color: #ED0465;
}
.TagClassName
{
border-color: #ED0465;
}
</style>