Shades of Razzle Dazzle Rose #ED34D2
Tints of Razzle Dazzle Rose #ED34D2
RGB
CMYK
RGB Variations
Color information
#ED34D2 (or 0xED34D2) is known color: Razzle Dazzle Rose. HEX triplet: ED, 34 and D2. RGB value is (237,52,210). Sum of RGB (Red+Green+Blue) = 237+52+210=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 52 (20.70% from 255 or 10.42% from 499); Blue value is 210 (82.42% from 255 or 42.08% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #ED34D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED34D2 is #12CB2D. Grayscale: #7C7C7C. Windows color (decimal): -1231662 or 13776109. OLE color: 13776109.
HSL color Cylindrical-coordinate representation of color #ED34D2: hue angle of 308.76º 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 #ED34D2 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 52 | 210 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.07 |
| HSL | 308.76º | 0.84% | 0.57% | - |
| HSV(B) | 308.76º | 0.78% | 0.93% | - |
| XYZ | 47.79 | 25.11 | 63.3 | - |
| YUV | 125.33 | 175.79 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 52 | 210 | 0 | 0.78 | 0.11 | 0.07 | 308.76 | 0.84 | 0.57 |
| Hex | ED | 34 | D2 | 0 | 4E | B | 7 | 135 | 54 | 39 |
| Octal | 355 | 64 | 322 | 0 | 116 | 13 | 7 | 465 | 124 | 71 |
| Binary | 11101101 | 110100 | 11010010 | 0 | 1001110 | 1011 | 111 | 100110101 | 1010100 | 111001 |
Color Harmonies of #ED34D2
Complementary color
Monochromatic Colors of #ED34D2
Black with #ED34D2
Text Example
Text Example
White with #ED34D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED34D2; }
p { color: rgb(237,52,210); }
H1.HeaderClassName
{
color: #ED34D2;
}
.AnyTagClassName
{
color: #ED34D2;
}
</style>
background-color css
<style>
a { background-color: #ED34D2; }
a { background-color: rgb(237,52,210); }
div.DivClassName
{
background-color: #ED34D2;
}
.BgClassName
{
background-color: #ED34D2;
}
</style>
border-color css
<style>
span { border-color: #ED34D2; }
span { border-color: rgb(237,52,210); }
td.TdClassName
{
border-color: #ED34D2;
}
.TagClassName
{
border-color: #ED34D2;
}
</style>