Shades of Razzmatazz #ED025D
Tints of Razzmatazz #ED025D
RGB
CMYK
RGB Variations
Color information
#ED025D (or 0xED025D) is known color: Razzmatazz. HEX triplet: ED, 02 and 5D. RGB value is (237,2,93). Sum of RGB (Red+Green+Blue) = 237+2+93=332 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.39% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 237 - color contains mainly: red. Hex color #ED025D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED025D is #12FDA2. Grayscale: #525252. Windows color (decimal): -1244579 or 6095597. OLE color: 6095597.
HSL color Cylindrical-coordinate representation of color #ED025D: hue angle of 336.77º 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 #ED025D is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 2 | 93 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.07 |
| HSL | 336.77º | 0.98% | 0.47% | - |
| HSV(B) | 336.77º | 0.99% | 0.93% | - |
| XYZ | 36.92 | 18.84 | 12.05 | - |
| YUV | 82.64 | 133.86 | 238.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 2 | 93 | 0 | 0.99 | 0.61 | 0.07 | 336.77 | 0.98 | 0.47 |
| Hex | ED | 2 | 5D | 0 | 63 | 3D | 7 | 151 | 62 | 2F |
| Octal | 355 | 2 | 135 | 0 | 143 | 75 | 7 | 521 | 142 | 57 |
| Binary | 11101101 | 10 | 1011101 | 0 | 1100011 | 111101 | 111 | 101010001 | 1100010 | 101111 |
Color Harmonies of #ED025D
Complementary color
Monochromatic Colors of #ED025D
Black with #ED025D
Text Example
Text Example
White with #ED025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED025D; }
p { color: rgb(237,2,93); }
H1.HeaderClassName
{
color: #ED025D;
}
.AnyTagClassName
{
color: #ED025D;
}
</style>
background-color css
<style>
a { background-color: #ED025D; }
a { background-color: rgb(237,2,93); }
div.DivClassName
{
background-color: #ED025D;
}
.BgClassName
{
background-color: #ED025D;
}
</style>
border-color css
<style>
span { border-color: #ED025D; }
span { border-color: rgb(237,2,93); }
td.TdClassName
{
border-color: #ED025D;
}
.TagClassName
{
border-color: #ED025D;
}
</style>