Shades of Razzle Dazzle Rose #ED2EE7
Tints of Razzle Dazzle Rose #ED2EE7
RGB
CMYK
RGB Variations
Color information
#ED2EE7 (or 0xED2EE7) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2E and E7. RGB value is (237,46,231). Sum of RGB (Red+Green+Blue) = 237+46+231=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 46 (18.36% from 255 or 8.95% from 514); Blue value is 231 (90.62% from 255 or 44.94% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2EE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2EE7 is #12D118. Grayscale: #7B7B7B. Windows color (decimal): -1233177 or 15150829. OLE color: 15150829.
HSL color Cylindrical-coordinate representation of color #ED2EE7: hue angle of 301.88º 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 #ED2EE7 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 46 | 231 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.07 |
| HSL | 301.88º | 0.84% | 0.55% | - |
| HSV(B) | 301.88º | 0.81% | 0.93% | - |
| XYZ | 50.33 | 25.73 | 77.91 | - |
| YUV | 124.2 | 188.28 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 46 | 231 | 0 | 0.81 | 0.03 | 0.07 | 301.88 | 0.84 | 0.55 |
| Hex | ED | 2E | E7 | 0 | 51 | 3 | 7 | 12E | 54 | 37 |
| Octal | 355 | 56 | 347 | 0 | 121 | 3 | 7 | 456 | 124 | 67 |
| Binary | 11101101 | 101110 | 11100111 | 0 | 1010001 | 11 | 111 | 100101110 | 1010100 | 110111 |
Color Harmonies of #ED2EE7
Complementary color
Monochromatic Colors of #ED2EE7
Black with #ED2EE7
Text Example
Text Example
White with #ED2EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2EE7; }
p { color: rgb(237,46,231); }
H1.HeaderClassName
{
color: #ED2EE7;
}
.AnyTagClassName
{
color: #ED2EE7;
}
</style>
background-color css
<style>
a { background-color: #ED2EE7; }
a { background-color: rgb(237,46,231); }
div.DivClassName
{
background-color: #ED2EE7;
}
.BgClassName
{
background-color: #ED2EE7;
}
</style>
border-color css
<style>
span { border-color: #ED2EE7; }
span { border-color: rgb(237,46,231); }
td.TdClassName
{
border-color: #ED2EE7;
}
.TagClassName
{
border-color: #ED2EE7;
}
</style>