Shades of Razzle Dazzle Rose #EC29C1
Tints of Razzle Dazzle Rose #EC29C1
RGB
CMYK
RGB Variations
Color information
#EC29C1 (or 0xEC29C1) is known color: Razzle Dazzle Rose. HEX triplet: EC, 29 and C1. RGB value is (236,41,193). Sum of RGB (Red+Green+Blue) = 236+41+193=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 41 (16.41% from 255 or 8.72% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC29C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC29C1 is #13D63E. Grayscale: #747474. Windows color (decimal): -1300031 or 12659180. OLE color: 12659180.
HSL color Cylindrical-coordinate representation of color #EC29C1: hue angle of 313.23º 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 #EC29C1 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 193 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.07 |
| HSL | 313.23º | 0.84% | 0.54% | - |
| HSV(B) | 313.23º | 0.83% | 0.93% | - |
| XYZ | 45.01 | 23.27 | 52.57 | - |
| YUV | 116.63 | 171.1 | 213.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 193 | 0 | 0.83 | 0.18 | 0.07 | 313.23 | 0.84 | 0.54 |
| Hex | EC | 29 | C1 | 0 | 53 | 12 | 7 | 139 | 54 | 36 |
| Octal | 354 | 51 | 301 | 0 | 123 | 22 | 7 | 471 | 124 | 66 |
| Binary | 11101100 | 101001 | 11000001 | 0 | 1010011 | 10010 | 111 | 100111001 | 1010100 | 110110 |
Color Harmonies of #EC29C1
Complementary color
Monochromatic Colors of #EC29C1
Black with #EC29C1
Text Example
Text Example
White with #EC29C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC29C1; }
p { color: rgb(236,41,193); }
H1.HeaderClassName
{
color: #EC29C1;
}
.AnyTagClassName
{
color: #EC29C1;
}
</style>
background-color css
<style>
a { background-color: #EC29C1; }
a { background-color: rgb(236,41,193); }
div.DivClassName
{
background-color: #EC29C1;
}
.BgClassName
{
background-color: #EC29C1;
}
</style>
border-color css
<style>
span { border-color: #EC29C1; }
span { border-color: rgb(236,41,193); }
td.TdClassName
{
border-color: #EC29C1;
}
.TagClassName
{
border-color: #EC29C1;
}
</style>