Shades of Razzle Dazzle Rose #ED2EC7
Tints of Razzle Dazzle Rose #ED2EC7
RGB
CMYK
RGB Variations
Color information
#ED2EC7 (or 0xED2EC7) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2E and C7. RGB value is (237,46,199). Sum of RGB (Red+Green+Blue) = 237+46+199=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 46 (18.36% from 255 or 9.54% from 482); Blue value is 199 (78.12% from 255 or 41.29% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2EC7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2EC7 is #12D138. Grayscale: #787878. Windows color (decimal): -1233209 or 13053677. OLE color: 13053677.
HSL color Cylindrical-coordinate representation of color #ED2EC7: hue angle of 311.94º 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 #ED2EC7 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 46 | 199 | - |
| CMYK | 0 | 0.81 | 0.16 | 0.07 |
| HSL | 311.94º | 0.84% | 0.55% | - |
| HSV(B) | 311.94º | 0.81% | 0.93% | - |
| XYZ | 46.21 | 24.08 | 56.25 | - |
| YUV | 120.55 | 172.28 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 46 | 199 | 0 | 0.81 | 0.16 | 0.07 | 311.94 | 0.84 | 0.55 |
| Hex | ED | 2E | C7 | 0 | 51 | 10 | 7 | 138 | 54 | 37 |
| Octal | 355 | 56 | 307 | 0 | 121 | 20 | 7 | 470 | 124 | 67 |
| Binary | 11101101 | 101110 | 11000111 | 0 | 1010001 | 10000 | 111 | 100111000 | 1010100 | 110111 |
Color Harmonies of #ED2EC7
Complementary color
Monochromatic Colors of #ED2EC7
Black with #ED2EC7
Text Example
Text Example
White with #ED2EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2EC7; }
p { color: rgb(237,46,199); }
H1.HeaderClassName
{
color: #ED2EC7;
}
.AnyTagClassName
{
color: #ED2EC7;
}
</style>
background-color css
<style>
a { background-color: #ED2EC7; }
a { background-color: rgb(237,46,199); }
div.DivClassName
{
background-color: #ED2EC7;
}
.BgClassName
{
background-color: #ED2EC7;
}
</style>
border-color css
<style>
span { border-color: #ED2EC7; }
span { border-color: rgb(237,46,199); }
td.TdClassName
{
border-color: #ED2EC7;
}
.TagClassName
{
border-color: #ED2EC7;
}
</style>