Shades of Razzle Dazzle Rose #EC49BA
Tints of Razzle Dazzle Rose #EC49BA
RGB
CMYK
RGB Variations
Color information
#EC49BA (or 0xEC49BA) is known color: Razzle Dazzle Rose. HEX triplet: EC, 49 and BA. RGB value is (236,73,186). Sum of RGB (Red+Green+Blue) = 236+73+186=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 73 (28.91% from 255 or 14.75% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC49BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC49BA is #13B645. Grayscale: #868686. Windows color (decimal): -1291846 or 12208620. OLE color: 12208620.
HSL color Cylindrical-coordinate representation of color #EC49BA: hue angle of 318.4º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC49BA is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 186 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.07 |
| HSL | 318.4º | 0.81% | 0.61% | - |
| HSV(B) | 318.4º | 0.69% | 0.93% | - |
| XYZ | 45.84 | 26.14 | 49.08 | - |
| YUV | 134.62 | 157 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 186 | 0 | 0.69 | 0.21 | 0.07 | 318.4 | 0.81 | 0.61 |
| Hex | EC | 49 | BA | 0 | 45 | 15 | 7 | 13E | 51 | 3D |
| Octal | 354 | 111 | 272 | 0 | 105 | 25 | 7 | 476 | 121 | 75 |
| Binary | 11101100 | 1001001 | 10111010 | 0 | 1000101 | 10101 | 111 | 100111110 | 1010001 | 111101 |
Color Harmonies of #EC49BA
Complementary color
Monochromatic Colors of #EC49BA
Black with #EC49BA
Text Example
Text Example
White with #EC49BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC49BA; }
p { color: rgb(236,73,186); }
H1.HeaderClassName
{
color: #EC49BA;
}
.AnyTagClassName
{
color: #EC49BA;
}
</style>
background-color css
<style>
a { background-color: #EC49BA; }
a { background-color: rgb(236,73,186); }
div.DivClassName
{
background-color: #EC49BA;
}
.BgClassName
{
background-color: #EC49BA;
}
</style>
border-color css
<style>
span { border-color: #EC49BA; }
span { border-color: rgb(236,73,186); }
td.TdClassName
{
border-color: #EC49BA;
}
.TagClassName
{
border-color: #EC49BA;
}
</style>