Shades of Hot Pink #EC63B0
Tints of Hot Pink #EC63B0
RGB
CMYK
RGB Variations
Color information
#EC63B0 (or 0xEC63B0) is known color: Hot Pink. HEX triplet: EC, 63 and B0. RGB value is (236,99,176). Sum of RGB (Red+Green+Blue) = 236+99+176=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 99 (39.06% from 255 or 19.37% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC63B0 is #139C4F. Grayscale: #949494. Windows color (decimal): -1285200 or 11559916. OLE color: 11559916.
HSL color Cylindrical-coordinate representation of color #EC63B0: hue angle of 326.28º 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 #EC63B0 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 176 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.07 |
| HSL | 326.28º | 0.78% | 0.66% | - |
| HSV(B) | 326.28º | 0.58% | 0.93% | - |
| XYZ | 46.89 | 29.89 | 44.37 | - |
| YUV | 148.74 | 143.39 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 176 | 0 | 0.58 | 0.25 | 0.07 | 326.28 | 0.78 | 0.66 |
| Hex | EC | 63 | B0 | 0 | 3A | 19 | 7 | 146 | 4E | 42 |
| Octal | 354 | 143 | 260 | 0 | 72 | 31 | 7 | 506 | 116 | 102 |
| Binary | 11101100 | 1100011 | 10110000 | 0 | 111010 | 11001 | 111 | 101000110 | 1001110 | 1000010 |
Color Harmonies of #EC63B0
Complementary color
Monochromatic Colors of #EC63B0
Black with #EC63B0
Text Example
Text Example
White with #EC63B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC63B0; }
p { color: rgb(236,99,176); }
H1.HeaderClassName
{
color: #EC63B0;
}
.AnyTagClassName
{
color: #EC63B0;
}
</style>
background-color css
<style>
a { background-color: #EC63B0; }
a { background-color: rgb(236,99,176); }
div.DivClassName
{
background-color: #EC63B0;
}
.BgClassName
{
background-color: #EC63B0;
}
</style>
border-color css
<style>
span { border-color: #EC63B0; }
span { border-color: rgb(236,99,176); }
td.TdClassName
{
border-color: #EC63B0;
}
.TagClassName
{
border-color: #EC63B0;
}
</style>