Shades of Hot Pink #EC63B3
Tints of Hot Pink #EC63B3
RGB
CMYK
RGB Variations
Color information
#EC63B3 (or 0xEC63B3) is known color: Hot Pink. HEX triplet: EC, 63 and B3. RGB value is (236,99,179). Sum of RGB (Red+Green+Blue) = 236+99+179=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 99 (39.06% from 255 or 19.26% from 514); Blue value is 179 (70.31% from 255 or 34.82% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC63B3 is #139C4C. Grayscale: #949494. Windows color (decimal): -1285197 or 11756524. OLE color: 11756524.
HSL color Cylindrical-coordinate representation of color #EC63B3: hue angle of 324.96º 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 #EC63B3 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 179 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.07 |
| HSL | 324.96º | 0.78% | 0.66% | - |
| HSV(B) | 324.96º | 0.58% | 0.93% | - |
| XYZ | 47.19 | 30.01 | 45.95 | - |
| YUV | 149.08 | 144.89 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 179 | 0 | 0.58 | 0.24 | 0.07 | 324.96 | 0.78 | 0.66 |
| Hex | EC | 63 | B3 | 0 | 3A | 18 | 7 | 145 | 4E | 42 |
| Octal | 354 | 143 | 263 | 0 | 72 | 30 | 7 | 505 | 116 | 102 |
| Binary | 11101100 | 1100011 | 10110011 | 0 | 111010 | 11000 | 111 | 101000101 | 1001110 | 1000010 |
Color Harmonies of #EC63B3
Complementary color
Monochromatic Colors of #EC63B3
Black with #EC63B3
Text Example
Text Example
White with #EC63B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC63B3; }
p { color: rgb(236,99,179); }
H1.HeaderClassName
{
color: #EC63B3;
}
.AnyTagClassName
{
color: #EC63B3;
}
</style>
background-color css
<style>
a { background-color: #EC63B3; }
a { background-color: rgb(236,99,179); }
div.DivClassName
{
background-color: #EC63B3;
}
.BgClassName
{
background-color: #EC63B3;
}
</style>
border-color css
<style>
span { border-color: #EC63B3; }
span { border-color: rgb(236,99,179); }
td.TdClassName
{
border-color: #EC63B3;
}
.TagClassName
{
border-color: #EC63B3;
}
</style>