Shades of Razzle Dazzle Rose #ED25EC
Tints of Razzle Dazzle Rose #ED25EC
RGB
CMYK
RGB Variations
Color information
#ED25EC (or 0xED25EC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 25 and EC. RGB value is (237,37,236). Sum of RGB (Red+Green+Blue) = 237+37+236=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 37 (14.84% from 255 or 7.25% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #ED25EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED25EC is #12DA13. Grayscale: #767676. Windows color (decimal): -1235476 or 15476205. OLE color: 15476205.
HSL color Cylindrical-coordinate representation of color #ED25EC: hue angle of 300.3º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED25EC is Cyan = 0, Magento = 0.84, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 236 | - |
| CMYK | 0 | 0.84 | 0.00 | 0.07 |
| HSL | 300.3º | 0.85% | 0.54% | - |
| HSV(B) | 300.3º | 0.84% | 0.93% | - |
| XYZ | 50.73 | 25.38 | 81.58 | - |
| YUV | 119.49 | 193.76 | 211.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 236 | 0 | 0.84 | 0.00 | 0.07 | 300.3 | 0.85 | 0.54 |
| Hex | ED | 25 | EC | 0 | 54 | 0 | 7 | 12C | 55 | 36 |
| Octal | 355 | 45 | 354 | 0 | 124 | 0 | 7 | 454 | 125 | 66 |
| Binary | 11101101 | 100101 | 11101100 | 0 | 1010100 | 0 | 111 | 100101100 | 1010101 | 110110 |
Color Harmonies of #ED25EC
Complementary color
Monochromatic Colors of #ED25EC
Black with #ED25EC
Text Example
Text Example
White with #ED25EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED25EC; }
p { color: rgb(237,37,236); }
H1.HeaderClassName
{
color: #ED25EC;
}
.AnyTagClassName
{
color: #ED25EC;
}
</style>
background-color css
<style>
a { background-color: #ED25EC; }
a { background-color: rgb(237,37,236); }
div.DivClassName
{
background-color: #ED25EC;
}
.BgClassName
{
background-color: #ED25EC;
}
</style>
border-color css
<style>
span { border-color: #ED25EC; }
span { border-color: rgb(237,37,236); }
td.TdClassName
{
border-color: #ED25EC;
}
.TagClassName
{
border-color: #ED25EC;
}
</style>