Shades of Razzle Dazzle Rose #EC29D4
Tints of Razzle Dazzle Rose #EC29D4
RGB
CMYK
RGB Variations
Color information
#EC29D4 (or 0xEC29D4) is known color: Razzle Dazzle Rose. HEX triplet: EC, 29 and D4. RGB value is (236,41,212). Sum of RGB (Red+Green+Blue) = 236+41+212=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 41 (16.41% from 255 or 8.38% from 489); Blue value is 212 (83.20% from 255 or 43.35% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC29D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC29D4 is #13D62B. Grayscale: #767676. Windows color (decimal): -1300012 or 13904364. OLE color: 13904364.
HSL color Cylindrical-coordinate representation of color #EC29D4: hue angle of 307.38º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC29D4 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 212 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.07 |
| HSL | 307.38º | 0.84% | 0.54% | - |
| HSV(B) | 307.38º | 0.83% | 0.93% | - |
| XYZ | 47.27 | 24.17 | 64.46 | - |
| YUV | 118.8 | 180.6 | 211.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 212 | 0 | 0.83 | 0.10 | 0.07 | 307.38 | 0.84 | 0.54 |
| Hex | EC | 29 | D4 | 0 | 53 | A | 7 | 133 | 54 | 36 |
| Octal | 354 | 51 | 324 | 0 | 123 | 12 | 7 | 463 | 124 | 66 |
| Binary | 11101100 | 101001 | 11010100 | 0 | 1010011 | 1010 | 111 | 100110011 | 1010100 | 110110 |
Color Harmonies of #EC29D4
Complementary color
Monochromatic Colors of #EC29D4
Black with #EC29D4
Text Example
Text Example
White with #EC29D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC29D4; }
p { color: rgb(236,41,212); }
H1.HeaderClassName
{
color: #EC29D4;
}
.AnyTagClassName
{
color: #EC29D4;
}
</style>
background-color css
<style>
a { background-color: #EC29D4; }
a { background-color: rgb(236,41,212); }
div.DivClassName
{
background-color: #EC29D4;
}
.BgClassName
{
background-color: #EC29D4;
}
</style>
border-color css
<style>
span { border-color: #EC29D4; }
span { border-color: rgb(236,41,212); }
td.TdClassName
{
border-color: #EC29D4;
}
.TagClassName
{
border-color: #EC29D4;
}
</style>