Shades of Razzle Dazzle Rose #EC29D3
Tints of Razzle Dazzle Rose #EC29D3
RGB
CMYK
RGB Variations
Color information
#EC29D3 (or 0xEC29D3) is known color: Razzle Dazzle Rose. HEX triplet: EC, 29 and D3. RGB value is (236,41,211). Sum of RGB (Red+Green+Blue) = 236+41+211=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 41 (16.41% from 255 or 8.40% from 488); Blue value is 211 (82.81% from 255 or 43.24% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC29D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC29D3 is #13D62C. Grayscale: #767676. Windows color (decimal): -1300013 or 13838828. OLE color: 13838828.
HSL color Cylindrical-coordinate representation of color #EC29D3: hue angle of 307.69º 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 #EC29D3 is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 211 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.07 |
| HSL | 307.69º | 0.84% | 0.54% | - |
| HSV(B) | 307.69º | 0.83% | 0.93% | - |
| XYZ | 47.14 | 24.12 | 63.8 | - |
| YUV | 118.69 | 180.1 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 211 | 0 | 0.83 | 0.11 | 0.07 | 307.69 | 0.84 | 0.54 |
| Hex | EC | 29 | D3 | 0 | 53 | B | 7 | 134 | 54 | 36 |
| Octal | 354 | 51 | 323 | 0 | 123 | 13 | 7 | 464 | 124 | 66 |
| Binary | 11101100 | 101001 | 11010011 | 0 | 1010011 | 1011 | 111 | 100110100 | 1010100 | 110110 |
Color Harmonies of #EC29D3
Complementary color
Monochromatic Colors of #EC29D3
Black with #EC29D3
Text Example
Text Example
White with #EC29D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC29D3; }
p { color: rgb(236,41,211); }
H1.HeaderClassName
{
color: #EC29D3;
}
.AnyTagClassName
{
color: #EC29D3;
}
</style>
background-color css
<style>
a { background-color: #EC29D3; }
a { background-color: rgb(236,41,211); }
div.DivClassName
{
background-color: #EC29D3;
}
.BgClassName
{
background-color: #EC29D3;
}
</style>
border-color css
<style>
span { border-color: #EC29D3; }
span { border-color: rgb(236,41,211); }
td.TdClassName
{
border-color: #EC29D3;
}
.TagClassName
{
border-color: #EC29D3;
}
</style>