Shades of Razzle Dazzle Rose #ED25CC
Tints of Razzle Dazzle Rose #ED25CC
RGB
CMYK
RGB Variations
Color information
#ED25CC (or 0xED25CC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 25 and CC. RGB value is (237,37,204). Sum of RGB (Red+Green+Blue) = 237+37+204=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 37 (14.84% from 255 or 7.74% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED25CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED25CC is #12DA33. Grayscale: #737373. Windows color (decimal): -1235508 or 13379053. OLE color: 13379053.
HSL color Cylindrical-coordinate representation of color #ED25CC: hue angle of 309.9º 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 #ED25CC is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 204 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.07 |
| HSL | 309.9º | 0.85% | 0.54% | - |
| HSV(B) | 309.9º | 0.84% | 0.93% | - |
| XYZ | 46.49 | 23.69 | 59.25 | - |
| YUV | 115.84 | 177.76 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 204 | 0 | 0.84 | 0.14 | 0.07 | 309.9 | 0.85 | 0.54 |
| Hex | ED | 25 | CC | 0 | 54 | E | 7 | 136 | 55 | 36 |
| Octal | 355 | 45 | 314 | 0 | 124 | 16 | 7 | 466 | 125 | 66 |
| Binary | 11101101 | 100101 | 11001100 | 0 | 1010100 | 1110 | 111 | 100110110 | 1010101 | 110110 |
Color Harmonies of #ED25CC
Complementary color
Monochromatic Colors of #ED25CC
Black with #ED25CC
Text Example
Text Example
White with #ED25CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED25CC; }
p { color: rgb(237,37,204); }
H1.HeaderClassName
{
color: #ED25CC;
}
.AnyTagClassName
{
color: #ED25CC;
}
</style>
background-color css
<style>
a { background-color: #ED25CC; }
a { background-color: rgb(237,37,204); }
div.DivClassName
{
background-color: #ED25CC;
}
.BgClassName
{
background-color: #ED25CC;
}
</style>
border-color css
<style>
span { border-color: #ED25CC; }
span { border-color: rgb(237,37,204); }
td.TdClassName
{
border-color: #ED25CC;
}
.TagClassName
{
border-color: #ED25CC;
}
</style>