Shades of Razzle Dazzle Rose #ED2EE5
Tints of Razzle Dazzle Rose #ED2EE5
RGB
CMYK
RGB Variations
Color information
#ED2EE5 (or 0xED2EE5) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2E and E5. RGB value is (237,46,229). Sum of RGB (Red+Green+Blue) = 237+46+229=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 46 (18.36% from 255 or 8.98% from 512); Blue value is 229 (89.84% from 255 or 44.73% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2EE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2EE5 is #12D11A. Grayscale: #7B7B7B. Windows color (decimal): -1233179 or 15019757. OLE color: 15019757.
HSL color Cylindrical-coordinate representation of color #ED2EE5: hue angle of 302.51º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED2EE5 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 46 | 229 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.07 |
| HSL | 302.51º | 0.84% | 0.55% | - |
| HSV(B) | 302.51º | 0.81% | 0.93% | - |
| XYZ | 50.04 | 25.62 | 76.44 | - |
| YUV | 123.97 | 187.28 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 46 | 229 | 0 | 0.81 | 0.03 | 0.07 | 302.51 | 0.84 | 0.55 |
| Hex | ED | 2E | E5 | 0 | 51 | 3 | 7 | 12F | 54 | 37 |
| Octal | 355 | 56 | 345 | 0 | 121 | 3 | 7 | 457 | 124 | 67 |
| Binary | 11101101 | 101110 | 11100101 | 0 | 1010001 | 11 | 111 | 100101111 | 1010100 | 110111 |
Color Harmonies of #ED2EE5
Complementary color
Monochromatic Colors of #ED2EE5
Black with #ED2EE5
Text Example
Text Example
White with #ED2EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2EE5; }
p { color: rgb(237,46,229); }
H1.HeaderClassName
{
color: #ED2EE5;
}
.AnyTagClassName
{
color: #ED2EE5;
}
</style>
background-color css
<style>
a { background-color: #ED2EE5; }
a { background-color: rgb(237,46,229); }
div.DivClassName
{
background-color: #ED2EE5;
}
.BgClassName
{
background-color: #ED2EE5;
}
</style>
border-color css
<style>
span { border-color: #ED2EE5; }
span { border-color: rgb(237,46,229); }
td.TdClassName
{
border-color: #ED2EE5;
}
.TagClassName
{
border-color: #ED2EE5;
}
</style>