Shades of Razzle Dazzle Rose #ED37C9
Tints of Razzle Dazzle Rose #ED37C9
RGB
CMYK
RGB Variations
Color information
#ED37C9 (or 0xED37C9) is known color: Razzle Dazzle Rose. HEX triplet: ED, 37 and C9. RGB value is (237,55,201). Sum of RGB (Red+Green+Blue) = 237+55+201=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 55 (21.88% from 255 or 11.16% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #ED37C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED37C9 is #12C836. Grayscale: #7D7D7D. Windows color (decimal): -1230903 or 13187053. OLE color: 13187053.
HSL color Cylindrical-coordinate representation of color #ED37C9: hue angle of 311.87º 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 #ED37C9 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 55 | 201 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.07 |
| HSL | 311.87º | 0.83% | 0.57% | - |
| HSV(B) | 311.87º | 0.77% | 0.93% | - |
| XYZ | 46.83 | 24.95 | 57.61 | - |
| YUV | 126.06 | 170.3 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 55 | 201 | 0 | 0.77 | 0.15 | 0.07 | 311.87 | 0.83 | 0.57 |
| Hex | ED | 37 | C9 | 0 | 4D | F | 7 | 138 | 53 | 39 |
| Octal | 355 | 67 | 311 | 0 | 115 | 17 | 7 | 470 | 123 | 71 |
| Binary | 11101101 | 110111 | 11001001 | 0 | 1001101 | 1111 | 111 | 100111000 | 1010011 | 111001 |
Color Harmonies of #ED37C9
Complementary color
Monochromatic Colors of #ED37C9
Black with #ED37C9
Text Example
Text Example
White with #ED37C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED37C9; }
p { color: rgb(237,55,201); }
H1.HeaderClassName
{
color: #ED37C9;
}
.AnyTagClassName
{
color: #ED37C9;
}
</style>
background-color css
<style>
a { background-color: #ED37C9; }
a { background-color: rgb(237,55,201); }
div.DivClassName
{
background-color: #ED37C9;
}
.BgClassName
{
background-color: #ED37C9;
}
</style>
border-color css
<style>
span { border-color: #ED37C9; }
span { border-color: rgb(237,55,201); }
td.TdClassName
{
border-color: #ED37C9;
}
.TagClassName
{
border-color: #ED37C9;
}
</style>