Shades of Razzle Dazzle Rose #EC29CF
Tints of Razzle Dazzle Rose #EC29CF
RGB
CMYK
RGB Variations
Color information
#EC29CF (or 0xEC29CF) is known color: Razzle Dazzle Rose. HEX triplet: EC, 29 and CF. RGB value is (236,41,207). Sum of RGB (Red+Green+Blue) = 236+41+207=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 41 (16.41% from 255 or 8.47% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC29CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC29CF is #13D630. Grayscale: #757575. Windows color (decimal): -1300017 or 13576684. OLE color: 13576684.
HSL color Cylindrical-coordinate representation of color #EC29CF: hue angle of 308.92º 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 #EC29CF is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 207 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.07 |
| HSL | 308.92º | 0.84% | 0.54% | - |
| HSV(B) | 308.92º | 0.83% | 0.93% | - |
| XYZ | 46.65 | 23.92 | 61.19 | - |
| YUV | 118.23 | 178.1 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 207 | 0 | 0.83 | 0.12 | 0.07 | 308.92 | 0.84 | 0.54 |
| Hex | EC | 29 | CF | 0 | 53 | C | 7 | 135 | 54 | 36 |
| Octal | 354 | 51 | 317 | 0 | 123 | 14 | 7 | 465 | 124 | 66 |
| Binary | 11101100 | 101001 | 11001111 | 0 | 1010011 | 1100 | 111 | 100110101 | 1010100 | 110110 |
Color Harmonies of #EC29CF
Complementary color
Monochromatic Colors of #EC29CF
Black with #EC29CF
Text Example
Text Example
White with #EC29CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC29CF; }
p { color: rgb(236,41,207); }
H1.HeaderClassName
{
color: #EC29CF;
}
.AnyTagClassName
{
color: #EC29CF;
}
</style>
background-color css
<style>
a { background-color: #EC29CF; }
a { background-color: rgb(236,41,207); }
div.DivClassName
{
background-color: #EC29CF;
}
.BgClassName
{
background-color: #EC29CF;
}
</style>
border-color css
<style>
span { border-color: #EC29CF; }
span { border-color: rgb(236,41,207); }
td.TdClassName
{
border-color: #EC29CF;
}
.TagClassName
{
border-color: #EC29CF;
}
</style>