Shades of Razzmatazz #ED036D
Tints of Razzmatazz #ED036D
RGB
CMYK
RGB Variations
Color information
#ED036D (or 0xED036D) is known color: Razzmatazz. HEX triplet: ED, 03 and 6D. RGB value is (237,3,109). Sum of RGB (Red+Green+Blue) = 237+3+109=349 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.91% from 349); Green value is 3 (1.56% from 255 or 0.86% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 237 - color contains mainly: red. Hex color #ED036D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED036D is #12FC92. Grayscale: #545454. Windows color (decimal): -1244307 or 7144429. OLE color: 7144429.
HSL color Cylindrical-coordinate representation of color #ED036D: hue angle of 332.82º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED036D is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 3 | 109 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.07 |
| HSL | 332.82º | 0.98% | 0.47% | - |
| HSV(B) | 332.82º | 0.99% | 0.93% | - |
| XYZ | 37.72 | 19.17 | 16.18 | - |
| YUV | 85.05 | 141.52 | 236.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 3 | 109 | 0 | 0.99 | 0.54 | 0.07 | 332.82 | 0.98 | 0.47 |
| Hex | ED | 3 | 6D | 0 | 63 | 36 | 7 | 14D | 62 | 2F |
| Octal | 355 | 3 | 155 | 0 | 143 | 66 | 7 | 515 | 142 | 57 |
| Binary | 11101101 | 11 | 1101101 | 0 | 1100011 | 110110 | 111 | 101001101 | 1100010 | 101111 |
Color Harmonies of #ED036D
Complementary color
Monochromatic Colors of #ED036D
Black with #ED036D
Text Example
Text Example
White with #ED036D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED036D; }
p { color: rgb(237,3,109); }
H1.HeaderClassName
{
color: #ED036D;
}
.AnyTagClassName
{
color: #ED036D;
}
</style>
background-color css
<style>
a { background-color: #ED036D; }
a { background-color: rgb(237,3,109); }
div.DivClassName
{
background-color: #ED036D;
}
.BgClassName
{
background-color: #ED036D;
}
</style>
border-color css
<style>
span { border-color: #ED036D; }
span { border-color: rgb(237,3,109); }
td.TdClassName
{
border-color: #ED036D;
}
.TagClassName
{
border-color: #ED036D;
}
</style>