Shades of Razzmatazz #ED036E
Tints of Razzmatazz #ED036E
RGB
CMYK
RGB Variations
Color information
#ED036E (or 0xED036E) is known color: Razzmatazz. HEX triplet: ED, 03 and 6E. RGB value is (237,3,110). Sum of RGB (Red+Green+Blue) = 237+3+110=350 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.71% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 237 - color contains mainly: red. Hex color #ED036E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED036E is #12FC91. Grayscale: #545454. Windows color (decimal): -1244306 or 7209965. OLE color: 7209965.
HSL color Cylindrical-coordinate representation of color #ED036E: hue angle of 332.56º 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 #ED036E is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 3 | 110 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.07 |
| HSL | 332.56º | 0.98% | 0.47% | - |
| HSV(B) | 332.56º | 0.99% | 0.93% | - |
| XYZ | 37.77 | 19.2 | 16.47 | - |
| YUV | 85.16 | 142.02 | 236.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 3 | 110 | 0 | 0.99 | 0.54 | 0.07 | 332.56 | 0.98 | 0.47 |
| Hex | ED | 3 | 6E | 0 | 63 | 36 | 7 | 14D | 62 | 2F |
| Octal | 355 | 3 | 156 | 0 | 143 | 66 | 7 | 515 | 142 | 57 |
| Binary | 11101101 | 11 | 1101110 | 0 | 1100011 | 110110 | 111 | 101001101 | 1100010 | 101111 |
Color Harmonies of #ED036E
Complementary color
Monochromatic Colors of #ED036E
Black with #ED036E
Text Example
Text Example
White with #ED036E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED036E; }
p { color: rgb(237,3,110); }
H1.HeaderClassName
{
color: #ED036E;
}
.AnyTagClassName
{
color: #ED036E;
}
</style>
background-color css
<style>
a { background-color: #ED036E; }
a { background-color: rgb(237,3,110); }
div.DivClassName
{
background-color: #ED036E;
}
.BgClassName
{
background-color: #ED036E;
}
</style>
border-color css
<style>
span { border-color: #ED036E; }
span { border-color: rgb(237,3,110); }
td.TdClassName
{
border-color: #ED036E;
}
.TagClassName
{
border-color: #ED036E;
}
</style>