Shades of Razzle Dazzle Rose #ED25C6
Tints of Razzle Dazzle Rose #ED25C6
RGB
CMYK
RGB Variations
Color information
#ED25C6 (or 0xED25C6) is known color: Razzle Dazzle Rose. HEX triplet: ED, 25 and C6. RGB value is (237,37,198). Sum of RGB (Red+Green+Blue) = 237+37+198=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 37 (14.84% from 255 or 7.84% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED25C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED25C6 is #12DA39. Grayscale: #727272. Windows color (decimal): -1235514 or 12985837. OLE color: 12985837.
HSL color Cylindrical-coordinate representation of color #ED25C6: hue angle of 311.7º 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 #ED25C6 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 198 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.07 |
| HSL | 311.7º | 0.85% | 0.54% | - |
| HSV(B) | 311.7º | 0.84% | 0.93% | - |
| XYZ | 45.78 | 23.4 | 55.53 | - |
| YUV | 115.15 | 174.76 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 198 | 0 | 0.84 | 0.16 | 0.07 | 311.7 | 0.85 | 0.54 |
| Hex | ED | 25 | C6 | 0 | 54 | 10 | 7 | 138 | 55 | 36 |
| Octal | 355 | 45 | 306 | 0 | 124 | 20 | 7 | 470 | 125 | 66 |
| Binary | 11101101 | 100101 | 11000110 | 0 | 1010100 | 10000 | 111 | 100111000 | 1010101 | 110110 |
Color Harmonies of #ED25C6
Complementary color
Monochromatic Colors of #ED25C6
Black with #ED25C6
Text Example
Text Example
White with #ED25C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED25C6; }
p { color: rgb(237,37,198); }
H1.HeaderClassName
{
color: #ED25C6;
}
.AnyTagClassName
{
color: #ED25C6;
}
</style>
background-color css
<style>
a { background-color: #ED25C6; }
a { background-color: rgb(237,37,198); }
div.DivClassName
{
background-color: #ED25C6;
}
.BgClassName
{
background-color: #ED25C6;
}
</style>
border-color css
<style>
span { border-color: #ED25C6; }
span { border-color: rgb(237,37,198); }
td.TdClassName
{
border-color: #ED25C6;
}
.TagClassName
{
border-color: #ED25C6;
}
</style>