Shades of Razzmatazz #ED025E
Tints of Razzmatazz #ED025E
RGB
CMYK
RGB Variations
Color information
#ED025E (or 0xED025E) is known color: Razzmatazz. HEX triplet: ED, 02 and 5E. RGB value is (237,2,94). Sum of RGB (Red+Green+Blue) = 237+2+94=333 (44% of max value = 765). Red value is 237 (92.97% from 255 or 71.17% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 237 - color contains mainly: red. Hex color #ED025E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED025E is #12FDA1. Grayscale: #525252. Windows color (decimal): -1244578 or 6161133. OLE color: 6161133.
HSL color Cylindrical-coordinate representation of color #ED025E: hue angle of 336.51º 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 #ED025E is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 2 | 94 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.07 |
| HSL | 336.51º | 0.98% | 0.47% | - |
| HSV(B) | 336.51º | 0.99% | 0.93% | - |
| XYZ | 36.97 | 18.86 | 12.28 | - |
| YUV | 82.75 | 134.36 | 238.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 2 | 94 | 0 | 0.99 | 0.60 | 0.07 | 336.51 | 0.98 | 0.47 |
| Hex | ED | 2 | 5E | 0 | 63 | 3C | 7 | 151 | 62 | 2F |
| Octal | 355 | 2 | 136 | 0 | 143 | 74 | 7 | 521 | 142 | 57 |
| Binary | 11101101 | 10 | 1011110 | 0 | 1100011 | 111100 | 111 | 101010001 | 1100010 | 101111 |
Color Harmonies of #ED025E
Complementary color
Monochromatic Colors of #ED025E
Black with #ED025E
Text Example
Text Example
White with #ED025E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED025E; }
p { color: rgb(237,2,94); }
H1.HeaderClassName
{
color: #ED025E;
}
.AnyTagClassName
{
color: #ED025E;
}
</style>
background-color css
<style>
a { background-color: #ED025E; }
a { background-color: rgb(237,2,94); }
div.DivClassName
{
background-color: #ED025E;
}
.BgClassName
{
background-color: #ED025E;
}
</style>
border-color css
<style>
span { border-color: #ED025E; }
span { border-color: rgb(237,2,94); }
td.TdClassName
{
border-color: #ED025E;
}
.TagClassName
{
border-color: #ED025E;
}
</style>