Shades of Razzle Dazzle Rose #ED36DC
Tints of Razzle Dazzle Rose #ED36DC
RGB
CMYK
RGB Variations
Color information
#ED36DC (or 0xED36DC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 36 and DC. RGB value is (237,54,220). Sum of RGB (Red+Green+Blue) = 237+54+220=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 54 (21.48% from 255 or 10.57% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED36DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED36DC is #12C923. Grayscale: #7F7F7F. Windows color (decimal): -1231140 or 14431981. OLE color: 14431981.
HSL color Cylindrical-coordinate representation of color #ED36DC: hue angle of 305.57º 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 #ED36DC is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 54 | 220 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.07 |
| HSL | 305.57º | 0.84% | 0.57% | - |
| HSV(B) | 305.57º | 0.77% | 0.93% | - |
| XYZ | 49.16 | 25.81 | 70.1 | - |
| YUV | 127.64 | 180.13 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 54 | 220 | 0 | 0.77 | 0.07 | 0.07 | 305.57 | 0.84 | 0.57 |
| Hex | ED | 36 | DC | 0 | 4D | 7 | 7 | 132 | 54 | 39 |
| Octal | 355 | 66 | 334 | 0 | 115 | 7 | 7 | 462 | 124 | 71 |
| Binary | 11101101 | 110110 | 11011100 | 0 | 1001101 | 111 | 111 | 100110010 | 1010100 | 111001 |
Color Harmonies of #ED36DC
Complementary color
Monochromatic Colors of #ED36DC
Black with #ED36DC
Text Example
Text Example
White with #ED36DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED36DC; }
p { color: rgb(237,54,220); }
H1.HeaderClassName
{
color: #ED36DC;
}
.AnyTagClassName
{
color: #ED36DC;
}
</style>
background-color css
<style>
a { background-color: #ED36DC; }
a { background-color: rgb(237,54,220); }
div.DivClassName
{
background-color: #ED36DC;
}
.BgClassName
{
background-color: #ED36DC;
}
</style>
border-color css
<style>
span { border-color: #ED36DC; }
span { border-color: rgb(237,54,220); }
td.TdClassName
{
border-color: #ED36DC;
}
.TagClassName
{
border-color: #ED36DC;
}
</style>