Shades of Razzle Dazzle Rose #ED37C5
Tints of Razzle Dazzle Rose #ED37C5
RGB
CMYK
RGB Variations
Color information
#ED37C5 (or 0xED37C5) is known color: Razzle Dazzle Rose. HEX triplet: ED, 37 and C5. RGB value is (237,55,197). Sum of RGB (Red+Green+Blue) = 237+55+197=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 55 (21.88% from 255 or 11.25% from 489); Blue value is 197 (77.34% from 255 or 40.29% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #ED37C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED37C5 is #12C83A. Grayscale: #7D7D7D. Windows color (decimal): -1230907 or 12924909. OLE color: 12924909.
HSL color Cylindrical-coordinate representation of color #ED37C5: hue angle of 313.19º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ED37C5 is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 55 | 197 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.07 |
| HSL | 313.19º | 0.83% | 0.57% | - |
| HSV(B) | 313.19º | 0.77% | 0.93% | - |
| XYZ | 46.37 | 24.77 | 55.16 | - |
| YUV | 125.61 | 168.3 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 55 | 197 | 0 | 0.77 | 0.17 | 0.07 | 313.19 | 0.83 | 0.57 |
| Hex | ED | 37 | C5 | 0 | 4D | 11 | 7 | 139 | 53 | 39 |
| Octal | 355 | 67 | 305 | 0 | 115 | 21 | 7 | 471 | 123 | 71 |
| Binary | 11101101 | 110111 | 11000101 | 0 | 1001101 | 10001 | 111 | 100111001 | 1010011 | 111001 |
Color Harmonies of #ED37C5
Complementary color
Monochromatic Colors of #ED37C5
Black with #ED37C5
Text Example
Text Example
White with #ED37C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED37C5; }
p { color: rgb(237,55,197); }
H1.HeaderClassName
{
color: #ED37C5;
}
.AnyTagClassName
{
color: #ED37C5;
}
</style>
background-color css
<style>
a { background-color: #ED37C5; }
a { background-color: rgb(237,55,197); }
div.DivClassName
{
background-color: #ED37C5;
}
.BgClassName
{
background-color: #ED37C5;
}
</style>
border-color css
<style>
span { border-color: #ED37C5; }
span { border-color: rgb(237,55,197); }
td.TdClassName
{
border-color: #ED37C5;
}
.TagClassName
{
border-color: #ED37C5;
}
</style>