Shades of Razzle Dazzle Rose #ED34E5
Tints of Razzle Dazzle Rose #ED34E5
RGB
CMYK
RGB Variations
Color information
#ED34E5 (or 0xED34E5) is known color: Razzle Dazzle Rose. HEX triplet: ED, 34 and E5. RGB value is (237,52,229). Sum of RGB (Red+Green+Blue) = 237+52+229=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 52 (20.70% from 255 or 10.04% from 518); Blue value is 229 (89.84% from 255 or 44.21% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED34E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED34E5 is #12CB1A. Grayscale: #7E7E7E. Windows color (decimal): -1231643 or 15021293. OLE color: 15021293.
HSL color Cylindrical-coordinate representation of color #ED34E5: hue angle of 302.59º 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 #ED34E5 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 52 | 229 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.07 |
| HSL | 302.59º | 0.84% | 0.57% | - |
| HSV(B) | 302.59º | 0.78% | 0.93% | - |
| XYZ | 50.3 | 26.12 | 76.52 | - |
| YUV | 127.49 | 185.29 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 52 | 229 | 0 | 0.78 | 0.03 | 0.07 | 302.59 | 0.84 | 0.57 |
| Hex | ED | 34 | E5 | 0 | 4E | 3 | 7 | 12F | 54 | 39 |
| Octal | 355 | 64 | 345 | 0 | 116 | 3 | 7 | 457 | 124 | 71 |
| Binary | 11101101 | 110100 | 11100101 | 0 | 1001110 | 11 | 111 | 100101111 | 1010100 | 111001 |
Color Harmonies of #ED34E5
Complementary color
Monochromatic Colors of #ED34E5
Black with #ED34E5
Text Example
Text Example
White with #ED34E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED34E5; }
p { color: rgb(237,52,229); }
H1.HeaderClassName
{
color: #ED34E5;
}
.AnyTagClassName
{
color: #ED34E5;
}
</style>
background-color css
<style>
a { background-color: #ED34E5; }
a { background-color: rgb(237,52,229); }
div.DivClassName
{
background-color: #ED34E5;
}
.BgClassName
{
background-color: #ED34E5;
}
</style>
border-color css
<style>
span { border-color: #ED34E5; }
span { border-color: rgb(237,52,229); }
td.TdClassName
{
border-color: #ED34E5;
}
.TagClassName
{
border-color: #ED34E5;
}
</style>