Shades of Razzle Dazzle Rose #ED25CE
Tints of Razzle Dazzle Rose #ED25CE
RGB
CMYK
RGB Variations
Color information
#ED25CE (or 0xED25CE) is known color: Razzle Dazzle Rose. HEX triplet: ED, 25 and CE. RGB value is (237,37,206). Sum of RGB (Red+Green+Blue) = 237+37+206=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 37 (14.84% from 255 or 7.71% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED25CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED25CE is #12DA31. Grayscale: #737373. Windows color (decimal): -1235506 or 13510125. OLE color: 13510125.
HSL color Cylindrical-coordinate representation of color #ED25CE: hue angle of 309.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 #ED25CE is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 206 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.07 |
| HSL | 309.3º | 0.85% | 0.54% | - |
| HSV(B) | 309.3º | 0.84% | 0.93% | - |
| XYZ | 46.73 | 23.78 | 60.52 | - |
| YUV | 116.07 | 178.76 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 206 | 0 | 0.84 | 0.13 | 0.07 | 309.3 | 0.85 | 0.54 |
| Hex | ED | 25 | CE | 0 | 54 | D | 7 | 135 | 55 | 36 |
| Octal | 355 | 45 | 316 | 0 | 124 | 15 | 7 | 465 | 125 | 66 |
| Binary | 11101101 | 100101 | 11001110 | 0 | 1010100 | 1101 | 111 | 100110101 | 1010101 | 110110 |
Color Harmonies of #ED25CE
Complementary color
Monochromatic Colors of #ED25CE
Black with #ED25CE
Text Example
Text Example
White with #ED25CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED25CE; }
p { color: rgb(237,37,206); }
H1.HeaderClassName
{
color: #ED25CE;
}
.AnyTagClassName
{
color: #ED25CE;
}
</style>
background-color css
<style>
a { background-color: #ED25CE; }
a { background-color: rgb(237,37,206); }
div.DivClassName
{
background-color: #ED25CE;
}
.BgClassName
{
background-color: #ED25CE;
}
</style>
border-color css
<style>
span { border-color: #ED25CE; }
span { border-color: rgb(237,37,206); }
td.TdClassName
{
border-color: #ED25CE;
}
.TagClassName
{
border-color: #ED25CE;
}
</style>