Shades of Razzle Dazzle Rose #ED36E2
Tints of Razzle Dazzle Rose #ED36E2
RGB
CMYK
RGB Variations
Color information
#ED36E2 (or 0xED36E2) is known color: Razzle Dazzle Rose. HEX triplet: ED, 36 and E2. RGB value is (237,54,226). Sum of RGB (Red+Green+Blue) = 237+54+226=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 54 (21.48% from 255 or 10.44% from 517); Blue value is 226 (88.67% from 255 or 43.71% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED36E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED36E2 is #12C91D. Grayscale: #7F7F7F. Windows color (decimal): -1231134 or 14825197. OLE color: 14825197.
HSL color Cylindrical-coordinate representation of color #ED36E2: hue angle of 303.61º 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 #ED36E2 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 54 | 226 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.07 |
| HSL | 303.61º | 0.84% | 0.57% | - |
| HSV(B) | 303.61º | 0.77% | 0.93% | - |
| XYZ | 49.97 | 26.13 | 74.36 | - |
| YUV | 128.33 | 183.13 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 54 | 226 | 0 | 0.77 | 0.05 | 0.07 | 303.61 | 0.84 | 0.57 |
| Hex | ED | 36 | E2 | 0 | 4D | 5 | 7 | 130 | 54 | 39 |
| Octal | 355 | 66 | 342 | 0 | 115 | 5 | 7 | 460 | 124 | 71 |
| Binary | 11101101 | 110110 | 11100010 | 0 | 1001101 | 101 | 111 | 100110000 | 1010100 | 111001 |
Color Harmonies of #ED36E2
Complementary color
Monochromatic Colors of #ED36E2
Black with #ED36E2
Text Example
Text Example
White with #ED36E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED36E2; }
p { color: rgb(237,54,226); }
H1.HeaderClassName
{
color: #ED36E2;
}
.AnyTagClassName
{
color: #ED36E2;
}
</style>
background-color css
<style>
a { background-color: #ED36E2; }
a { background-color: rgb(237,54,226); }
div.DivClassName
{
background-color: #ED36E2;
}
.BgClassName
{
background-color: #ED36E2;
}
</style>
border-color css
<style>
span { border-color: #ED36E2; }
span { border-color: rgb(237,54,226); }
td.TdClassName
{
border-color: #ED36E2;
}
.TagClassName
{
border-color: #ED36E2;
}
</style>