Shades of Hot Pink #EC63BA
Tints of Hot Pink #EC63BA
RGB
CMYK
RGB Variations
Color information
#EC63BA (or 0xEC63BA) is known color: Hot Pink. HEX triplet: EC, 63 and BA. RGB value is (236,99,186). Sum of RGB (Red+Green+Blue) = 236+99+186=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 99 (39.06% from 255 or 19.00% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC63BA is #139C45. Grayscale: #959595. Windows color (decimal): -1285190 or 12215276. OLE color: 12215276.
HSL color Cylindrical-coordinate representation of color #EC63BA: hue angle of 321.9º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC63BA is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 186 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.07 |
| HSL | 321.9º | 0.78% | 0.66% | - |
| HSV(B) | 321.9º | 0.58% | 0.93% | - |
| XYZ | 47.92 | 30.3 | 49.78 | - |
| YUV | 149.88 | 148.39 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 186 | 0 | 0.58 | 0.21 | 0.07 | 321.9 | 0.78 | 0.66 |
| Hex | EC | 63 | BA | 0 | 3A | 15 | 7 | 142 | 4E | 42 |
| Octal | 354 | 143 | 272 | 0 | 72 | 25 | 7 | 502 | 116 | 102 |
| Binary | 11101100 | 1100011 | 10111010 | 0 | 111010 | 10101 | 111 | 101000010 | 1001110 | 1000010 |
Color Harmonies of #EC63BA
Complementary color
Monochromatic Colors of #EC63BA
Black with #EC63BA
Text Example
Text Example
White with #EC63BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC63BA; }
p { color: rgb(236,99,186); }
H1.HeaderClassName
{
color: #EC63BA;
}
.AnyTagClassName
{
color: #EC63BA;
}
</style>
background-color css
<style>
a { background-color: #EC63BA; }
a { background-color: rgb(236,99,186); }
div.DivClassName
{
background-color: #EC63BA;
}
.BgClassName
{
background-color: #EC63BA;
}
</style>
border-color css
<style>
span { border-color: #EC63BA; }
span { border-color: rgb(236,99,186); }
td.TdClassName
{
border-color: #EC63BA;
}
.TagClassName
{
border-color: #EC63BA;
}
</style>