Shades of Razzle Dazzle Rose #EC46BA
Tints of Razzle Dazzle Rose #EC46BA
RGB
CMYK
RGB Variations
Color information
#EC46BA (or 0xEC46BA) is known color: Razzle Dazzle Rose. HEX triplet: EC, 46 and BA. RGB value is (236,70,186). Sum of RGB (Red+Green+Blue) = 236+70+186=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 70 (27.73% from 255 or 14.23% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC46BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC46BA is #13B945. Grayscale: #848484. Windows color (decimal): -1292614 or 12207852. OLE color: 12207852.
HSL color Cylindrical-coordinate representation of color #EC46BA: hue angle of 318.07º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC46BA is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 70 | 186 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.07 |
| HSL | 318.07º | 0.81% | 0.6% | - |
| HSV(B) | 318.07º | 0.7% | 0.93% | - |
| XYZ | 45.65 | 25.76 | 49.02 | - |
| YUV | 132.86 | 158 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 70 | 186 | 0 | 0.70 | 0.21 | 0.07 | 318.07 | 0.81 | 0.6 |
| Hex | EC | 46 | BA | 0 | 46 | 15 | 7 | 13E | 51 | 3C |
| Octal | 354 | 106 | 272 | 0 | 106 | 25 | 7 | 476 | 121 | 74 |
| Binary | 11101100 | 1000110 | 10111010 | 0 | 1000110 | 10101 | 111 | 100111110 | 1010001 | 111100 |
Color Harmonies of #EC46BA
Complementary color
Monochromatic Colors of #EC46BA
Black with #EC46BA
Text Example
Text Example
White with #EC46BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC46BA; }
p { color: rgb(236,70,186); }
H1.HeaderClassName
{
color: #EC46BA;
}
.AnyTagClassName
{
color: #EC46BA;
}
</style>
background-color css
<style>
a { background-color: #EC46BA; }
a { background-color: rgb(236,70,186); }
div.DivClassName
{
background-color: #EC46BA;
}
.BgClassName
{
background-color: #EC46BA;
}
</style>
border-color css
<style>
span { border-color: #EC46BA; }
span { border-color: rgb(236,70,186); }
td.TdClassName
{
border-color: #EC46BA;
}
.TagClassName
{
border-color: #EC46BA;
}
</style>