Shades of Razzle Dazzle Rose #EC29CC
Tints of Razzle Dazzle Rose #EC29CC
RGB
CMYK
RGB Variations
Color information
#EC29CC (or 0xEC29CC) is known color: Razzle Dazzle Rose. HEX triplet: EC, 29 and CC. RGB value is (236,41,204). Sum of RGB (Red+Green+Blue) = 236+41+204=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 41 (16.41% from 255 or 8.52% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC29CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC29CC is #13D633. Grayscale: #757575. Windows color (decimal): -1300020 or 13380076. OLE color: 13380076.
HSL color Cylindrical-coordinate representation of color #EC29CC: hue angle of 309.85º 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 #EC29CC is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 204 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.07 |
| HSL | 309.85º | 0.84% | 0.54% | - |
| HSV(B) | 309.85º | 0.83% | 0.93% | - |
| XYZ | 46.28 | 23.78 | 59.28 | - |
| YUV | 117.89 | 176.6 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 204 | 0 | 0.83 | 0.14 | 0.07 | 309.85 | 0.84 | 0.54 |
| Hex | EC | 29 | CC | 0 | 53 | E | 7 | 136 | 54 | 36 |
| Octal | 354 | 51 | 314 | 0 | 123 | 16 | 7 | 466 | 124 | 66 |
| Binary | 11101100 | 101001 | 11001100 | 0 | 1010011 | 1110 | 111 | 100110110 | 1010100 | 110110 |
Color Harmonies of #EC29CC
Complementary color
Monochromatic Colors of #EC29CC
Black with #EC29CC
Text Example
Text Example
White with #EC29CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC29CC; }
p { color: rgb(236,41,204); }
H1.HeaderClassName
{
color: #EC29CC;
}
.AnyTagClassName
{
color: #EC29CC;
}
</style>
background-color css
<style>
a { background-color: #EC29CC; }
a { background-color: rgb(236,41,204); }
div.DivClassName
{
background-color: #EC29CC;
}
.BgClassName
{
background-color: #EC29CC;
}
</style>
border-color css
<style>
span { border-color: #EC29CC; }
span { border-color: rgb(236,41,204); }
td.TdClassName
{
border-color: #EC29CC;
}
.TagClassName
{
border-color: #EC29CC;
}
</style>