Shades of Razzle Dazzle Rose #ED2DDC
Tints of Razzle Dazzle Rose #ED2DDC
RGB
CMYK
RGB Variations
Color information
#ED2DDC (or 0xED2DDC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2D and DC. RGB value is (237,45,220). Sum of RGB (Red+Green+Blue) = 237+45+220=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 45 (17.97% from 255 or 8.96% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2DDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2DDC is #12D223. Grayscale: #797979. Windows color (decimal): -1233444 or 14429677. OLE color: 14429677.
HSL color Cylindrical-coordinate representation of color #ED2DDC: hue angle of 305.31º 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 #ED2DDC is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 45 | 220 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.07 |
| HSL | 305.31º | 0.84% | 0.55% | - |
| HSV(B) | 305.31º | 0.81% | 0.93% | - |
| XYZ | 48.78 | 25.05 | 69.97 | - |
| YUV | 122.36 | 183.11 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 45 | 220 | 0 | 0.81 | 0.07 | 0.07 | 305.31 | 0.84 | 0.55 |
| Hex | ED | 2D | DC | 0 | 51 | 7 | 7 | 131 | 54 | 37 |
| Octal | 355 | 55 | 334 | 0 | 121 | 7 | 7 | 461 | 124 | 67 |
| Binary | 11101101 | 101101 | 11011100 | 0 | 1010001 | 111 | 111 | 100110001 | 1010100 | 110111 |
Color Harmonies of #ED2DDC
Complementary color
Monochromatic Colors of #ED2DDC
Black with #ED2DDC
Text Example
Text Example
White with #ED2DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2DDC; }
p { color: rgb(237,45,220); }
H1.HeaderClassName
{
color: #ED2DDC;
}
.AnyTagClassName
{
color: #ED2DDC;
}
</style>
background-color css
<style>
a { background-color: #ED2DDC; }
a { background-color: rgb(237,45,220); }
div.DivClassName
{
background-color: #ED2DDC;
}
.BgClassName
{
background-color: #ED2DDC;
}
</style>
border-color css
<style>
span { border-color: #ED2DDC; }
span { border-color: rgb(237,45,220); }
td.TdClassName
{
border-color: #ED2DDC;
}
.TagClassName
{
border-color: #ED2DDC;
}
</style>