Shades of Razzle Dazzle Rose #ED29DC
Tints of Razzle Dazzle Rose #ED29DC
RGB
CMYK
RGB Variations
Color information
#ED29DC (or 0xED29DC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 29 and DC. RGB value is (237,41,220). Sum of RGB (Red+Green+Blue) = 237+41+220=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 41 (16.41% from 255 or 8.23% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #ED29DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED29DC is #12D623. Grayscale: #777777. Windows color (decimal): -1234468 or 14428653. OLE color: 14428653.
HSL color Cylindrical-coordinate representation of color #ED29DC: hue angle of 305.2º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED29DC is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 41 | 220 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.07 |
| HSL | 305.2º | 0.84% | 0.55% | - |
| HSV(B) | 305.2º | 0.83% | 0.93% | - |
| XYZ | 48.64 | 24.76 | 69.93 | - |
| YUV | 120.01 | 184.43 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 220 | 0 | 0.83 | 0.07 | 0.07 | 305.2 | 0.84 | 0.55 |
| Hex | ED | 29 | DC | 0 | 53 | 7 | 7 | 131 | 54 | 37 |
| Octal | 355 | 51 | 334 | 0 | 123 | 7 | 7 | 461 | 124 | 67 |
| Binary | 11101101 | 101001 | 11011100 | 0 | 1010011 | 111 | 111 | 100110001 | 1010100 | 110111 |
Color Harmonies of #ED29DC
Complementary color
Monochromatic Colors of #ED29DC
Black with #ED29DC
Text Example
Text Example
White with #ED29DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED29DC; }
p { color: rgb(237,41,220); }
H1.HeaderClassName
{
color: #ED29DC;
}
.AnyTagClassName
{
color: #ED29DC;
}
</style>
background-color css
<style>
a { background-color: #ED29DC; }
a { background-color: rgb(237,41,220); }
div.DivClassName
{
background-color: #ED29DC;
}
.BgClassName
{
background-color: #ED29DC;
}
</style>
border-color css
<style>
span { border-color: #ED29DC; }
span { border-color: rgb(237,41,220); }
td.TdClassName
{
border-color: #ED29DC;
}
.TagClassName
{
border-color: #ED29DC;
}
</style>