Shades of Razzle Dazzle Rose #ED36C5
Tints of Razzle Dazzle Rose #ED36C5
RGB
CMYK
RGB Variations
Color information
#ED36C5 (or 0xED36C5) is known color: Razzle Dazzle Rose. HEX triplet: ED, 36 and C5. RGB value is (237,54,197). Sum of RGB (Red+Green+Blue) = 237+54+197=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 54 (21.48% from 255 or 11.07% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED36C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED36C5 is #12C93A. Grayscale: #7C7C7C. Windows color (decimal): -1231163 or 12924653. OLE color: 12924653.
HSL color Cylindrical-coordinate representation of color #ED36C5: hue angle of 313.11º degrees, saturation: 0.84, 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 #ED36C5 is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 54 | 197 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.07 |
| HSL | 313.11º | 0.84% | 0.57% | - |
| HSV(B) | 313.11º | 0.77% | 0.93% | - |
| XYZ | 46.32 | 24.67 | 55.14 | - |
| YUV | 125.02 | 168.63 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 54 | 197 | 0 | 0.77 | 0.17 | 0.07 | 313.11 | 0.84 | 0.57 |
| Hex | ED | 36 | C5 | 0 | 4D | 11 | 7 | 139 | 54 | 39 |
| Octal | 355 | 66 | 305 | 0 | 115 | 21 | 7 | 471 | 124 | 71 |
| Binary | 11101101 | 110110 | 11000101 | 0 | 1001101 | 10001 | 111 | 100111001 | 1010100 | 111001 |
Color Harmonies of #ED36C5
Complementary color
Monochromatic Colors of #ED36C5
Black with #ED36C5
Text Example
Text Example
White with #ED36C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED36C5; }
p { color: rgb(237,54,197); }
H1.HeaderClassName
{
color: #ED36C5;
}
.AnyTagClassName
{
color: #ED36C5;
}
</style>
background-color css
<style>
a { background-color: #ED36C5; }
a { background-color: rgb(237,54,197); }
div.DivClassName
{
background-color: #ED36C5;
}
.BgClassName
{
background-color: #ED36C5;
}
</style>
border-color css
<style>
span { border-color: #ED36C5; }
span { border-color: rgb(237,54,197); }
td.TdClassName
{
border-color: #ED36C5;
}
.TagClassName
{
border-color: #ED36C5;
}
</style>