Shades of Razzle Dazzle Rose #ED34E2
Tints of Razzle Dazzle Rose #ED34E2
RGB
CMYK
RGB Variations
Color information
#ED34E2 (or 0xED34E2) is known color: Razzle Dazzle Rose. HEX triplet: ED, 34 and E2. RGB value is (237,52,226). Sum of RGB (Red+Green+Blue) = 237+52+226=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 52 (20.70% from 255 or 10.10% from 515); Blue value is 226 (88.67% from 255 or 43.88% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #ED34E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED34E2 is #12CB1D. Grayscale: #7E7E7E. Windows color (decimal): -1231646 or 14824685. OLE color: 14824685.
HSL color Cylindrical-coordinate representation of color #ED34E2: hue angle of 303.57º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED34E2 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 52 | 226 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.07 |
| HSL | 303.57º | 0.84% | 0.57% | - |
| HSV(B) | 303.57º | 0.78% | 0.93% | - |
| XYZ | 49.88 | 25.95 | 74.33 | - |
| YUV | 127.15 | 183.79 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 52 | 226 | 0 | 0.78 | 0.05 | 0.07 | 303.57 | 0.84 | 0.57 |
| Hex | ED | 34 | E2 | 0 | 4E | 5 | 7 | 130 | 54 | 39 |
| Octal | 355 | 64 | 342 | 0 | 116 | 5 | 7 | 460 | 124 | 71 |
| Binary | 11101101 | 110100 | 11100010 | 0 | 1001110 | 101 | 111 | 100110000 | 1010100 | 111001 |
Color Harmonies of #ED34E2
Complementary color
Monochromatic Colors of #ED34E2
Black with #ED34E2
Text Example
Text Example
White with #ED34E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED34E2; }
p { color: rgb(237,52,226); }
H1.HeaderClassName
{
color: #ED34E2;
}
.AnyTagClassName
{
color: #ED34E2;
}
</style>
background-color css
<style>
a { background-color: #ED34E2; }
a { background-color: rgb(237,52,226); }
div.DivClassName
{
background-color: #ED34E2;
}
.BgClassName
{
background-color: #ED34E2;
}
</style>
border-color css
<style>
span { border-color: #ED34E2; }
span { border-color: rgb(237,52,226); }
td.TdClassName
{
border-color: #ED34E2;
}
.TagClassName
{
border-color: #ED34E2;
}
</style>