Shades of Razzle Dazzle Rose #EC44BA
Tints of Razzle Dazzle Rose #EC44BA
RGB
CMYK
RGB Variations
Color information
#EC44BA (or 0xEC44BA) is known color: Razzle Dazzle Rose. HEX triplet: EC, 44 and BA. RGB value is (236,68,186). Sum of RGB (Red+Green+Blue) = 236+68+186=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 68 (26.95% from 255 or 13.88% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC44BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC44BA is #13BB45. Grayscale: #838383. Windows color (decimal): -1293126 or 12207340. OLE color: 12207340.
HSL color Cylindrical-coordinate representation of color #EC44BA: hue angle of 317.86º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC44BA is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 186 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.07 |
| HSL | 317.86º | 0.82% | 0.6% | - |
| HSV(B) | 317.86º | 0.71% | 0.93% | - |
| XYZ | 45.52 | 25.51 | 48.98 | - |
| YUV | 131.68 | 158.66 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 186 | 0 | 0.71 | 0.21 | 0.07 | 317.86 | 0.82 | 0.6 |
| Hex | EC | 44 | BA | 0 | 47 | 15 | 7 | 13E | 52 | 3C |
| Octal | 354 | 104 | 272 | 0 | 107 | 25 | 7 | 476 | 122 | 74 |
| Binary | 11101100 | 1000100 | 10111010 | 0 | 1000111 | 10101 | 111 | 100111110 | 1010010 | 111100 |
Color Harmonies of #EC44BA
Complementary color
Monochromatic Colors of #EC44BA
Black with #EC44BA
Text Example
Text Example
White with #EC44BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC44BA; }
p { color: rgb(236,68,186); }
H1.HeaderClassName
{
color: #EC44BA;
}
.AnyTagClassName
{
color: #EC44BA;
}
</style>
background-color css
<style>
a { background-color: #EC44BA; }
a { background-color: rgb(236,68,186); }
div.DivClassName
{
background-color: #EC44BA;
}
.BgClassName
{
background-color: #EC44BA;
}
</style>
border-color css
<style>
span { border-color: #EC44BA; }
span { border-color: rgb(236,68,186); }
td.TdClassName
{
border-color: #EC44BA;
}
.TagClassName
{
border-color: #EC44BA;
}
</style>