Shades of Razzle Dazzle Rose #ED29C2
Tints of Razzle Dazzle Rose #ED29C2
RGB
CMYK
RGB Variations
Color information
#ED29C2 (or 0xED29C2) is known color: Razzle Dazzle Rose. HEX triplet: ED, 29 and C2. RGB value is (237,41,194). Sum of RGB (Red+Green+Blue) = 237+41+194=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 41 (16.41% from 255 or 8.69% from 472); Blue value is 194 (76.17% from 255 or 41.10% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED29C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED29C2 is #12D63D. Grayscale: #747474. Windows color (decimal): -1234494 or 12724717. OLE color: 12724717.
HSL color Cylindrical-coordinate representation of color #ED29C2: hue angle of 313.16º 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 #ED29C2 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 41 | 194 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.07 |
| HSL | 313.16º | 0.84% | 0.55% | - |
| HSV(B) | 313.16º | 0.83% | 0.93% | - |
| XYZ | 45.46 | 23.49 | 53.18 | - |
| YUV | 117.05 | 171.43 | 213.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 194 | 0 | 0.83 | 0.18 | 0.07 | 313.16 | 0.84 | 0.55 |
| Hex | ED | 29 | C2 | 0 | 53 | 12 | 7 | 139 | 54 | 37 |
| Octal | 355 | 51 | 302 | 0 | 123 | 22 | 7 | 471 | 124 | 67 |
| Binary | 11101101 | 101001 | 11000010 | 0 | 1010011 | 10010 | 111 | 100111001 | 1010100 | 110111 |
Color Harmonies of #ED29C2
Complementary color
Monochromatic Colors of #ED29C2
Black with #ED29C2
Text Example
Text Example
White with #ED29C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED29C2; }
p { color: rgb(237,41,194); }
H1.HeaderClassName
{
color: #ED29C2;
}
.AnyTagClassName
{
color: #ED29C2;
}
</style>
background-color css
<style>
a { background-color: #ED29C2; }
a { background-color: rgb(237,41,194); }
div.DivClassName
{
background-color: #ED29C2;
}
.BgClassName
{
background-color: #ED29C2;
}
</style>
border-color css
<style>
span { border-color: #ED29C2; }
span { border-color: rgb(237,41,194); }
td.TdClassName
{
border-color: #ED29C2;
}
.TagClassName
{
border-color: #ED29C2;
}
</style>