Shades of Razzle Dazzle Rose #ED36C2
Tints of Razzle Dazzle Rose #ED36C2
RGB
CMYK
RGB Variations
Color information
#ED36C2 (or 0xED36C2) is known color: Razzle Dazzle Rose. HEX triplet: ED, 36 and C2. RGB value is (237,54,194). Sum of RGB (Red+Green+Blue) = 237+54+194=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 54 (21.48% from 255 or 11.13% from 485); Blue value is 194 (76.17% from 255 or 40% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #ED36C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED36C2 is #12C93D. Grayscale: #7C7C7C. Windows color (decimal): -1231166 or 12728045. OLE color: 12728045.
HSL color Cylindrical-coordinate representation of color #ED36C2: hue angle of 314.1º 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 #ED36C2 is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 54 | 194 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.07 |
| HSL | 314.1º | 0.84% | 0.57% | - |
| HSV(B) | 314.1º | 0.77% | 0.93% | - |
| XYZ | 45.98 | 24.54 | 53.35 | - |
| YUV | 124.68 | 167.13 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 54 | 194 | 0 | 0.77 | 0.18 | 0.07 | 314.1 | 0.84 | 0.57 |
| Hex | ED | 36 | C2 | 0 | 4D | 12 | 7 | 13A | 54 | 39 |
| Octal | 355 | 66 | 302 | 0 | 115 | 22 | 7 | 472 | 124 | 71 |
| Binary | 11101101 | 110110 | 11000010 | 0 | 1001101 | 10010 | 111 | 100111010 | 1010100 | 111001 |
Color Harmonies of #ED36C2
Complementary color
Monochromatic Colors of #ED36C2
Black with #ED36C2
Text Example
Text Example
White with #ED36C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED36C2; }
p { color: rgb(237,54,194); }
H1.HeaderClassName
{
color: #ED36C2;
}
.AnyTagClassName
{
color: #ED36C2;
}
</style>
background-color css
<style>
a { background-color: #ED36C2; }
a { background-color: rgb(237,54,194); }
div.DivClassName
{
background-color: #ED36C2;
}
.BgClassName
{
background-color: #ED36C2;
}
</style>
border-color css
<style>
span { border-color: #ED36C2; }
span { border-color: rgb(237,54,194); }
td.TdClassName
{
border-color: #ED36C2;
}
.TagClassName
{
border-color: #ED36C2;
}
</style>