Shades of Razzle Dazzle Rose #ED36D5
Tints of Razzle Dazzle Rose #ED36D5
RGB
CMYK
RGB Variations
Color information
#ED36D5 (or 0xED36D5) is known color: Razzle Dazzle Rose. HEX triplet: ED, 36 and D5. RGB value is (237,54,213). Sum of RGB (Red+Green+Blue) = 237+54+213=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 54 (21.48% from 255 or 10.71% from 504); Blue value is 213 (83.59% from 255 or 42.26% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED36D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED36D5 is #12C92A. Grayscale: #7E7E7E. Windows color (decimal): -1231147 or 13973229. OLE color: 13973229.
HSL color Cylindrical-coordinate representation of color #ED36D5: hue angle of 307.87º 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 #ED36D5 is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 54 | 213 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.07 |
| HSL | 307.87º | 0.84% | 0.57% | - |
| HSV(B) | 307.87º | 0.77% | 0.93% | - |
| XYZ | 48.25 | 25.45 | 65.32 | - |
| YUV | 126.84 | 176.63 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 54 | 213 | 0 | 0.77 | 0.10 | 0.07 | 307.87 | 0.84 | 0.57 |
| Hex | ED | 36 | D5 | 0 | 4D | A | 7 | 134 | 54 | 39 |
| Octal | 355 | 66 | 325 | 0 | 115 | 12 | 7 | 464 | 124 | 71 |
| Binary | 11101101 | 110110 | 11010101 | 0 | 1001101 | 1010 | 111 | 100110100 | 1010100 | 111001 |
Color Harmonies of #ED36D5
Complementary color
Monochromatic Colors of #ED36D5
Black with #ED36D5
Text Example
Text Example
White with #ED36D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED36D5; }
p { color: rgb(237,54,213); }
H1.HeaderClassName
{
color: #ED36D5;
}
.AnyTagClassName
{
color: #ED36D5;
}
</style>
background-color css
<style>
a { background-color: #ED36D5; }
a { background-color: rgb(237,54,213); }
div.DivClassName
{
background-color: #ED36D5;
}
.BgClassName
{
background-color: #ED36D5;
}
</style>
border-color css
<style>
span { border-color: #ED36D5; }
span { border-color: rgb(237,54,213); }
td.TdClassName
{
border-color: #ED36D5;
}
.TagClassName
{
border-color: #ED36D5;
}
</style>