Shades of Hot Pink #EC63B6
Tints of Hot Pink #EC63B6
RGB
CMYK
RGB Variations
Color information
#EC63B6 (or 0xEC63B6) is known color: Hot Pink. HEX triplet: EC, 63 and B6. RGB value is (236,99,182). Sum of RGB (Red+Green+Blue) = 236+99+182=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 99 (39.06% from 255 or 19.15% from 517); Blue value is 182 (71.48% from 255 or 35.20% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC63B6 is #139C49. Grayscale: #959595. Windows color (decimal): -1285194 or 11953132. OLE color: 11953132.
HSL color Cylindrical-coordinate representation of color #EC63B6: hue angle of 323.65º 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 #EC63B6 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 182 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.07 |
| HSL | 323.65º | 0.78% | 0.66% | - |
| HSV(B) | 323.65º | 0.58% | 0.93% | - |
| XYZ | 47.5 | 30.13 | 47.57 | - |
| YUV | 149.43 | 146.39 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 182 | 0 | 0.58 | 0.23 | 0.07 | 323.65 | 0.78 | 0.66 |
| Hex | EC | 63 | B6 | 0 | 3A | 17 | 7 | 144 | 4E | 42 |
| Octal | 354 | 143 | 266 | 0 | 72 | 27 | 7 | 504 | 116 | 102 |
| Binary | 11101100 | 1100011 | 10110110 | 0 | 111010 | 10111 | 111 | 101000100 | 1001110 | 1000010 |
Color Harmonies of #EC63B6
Complementary color
Monochromatic Colors of #EC63B6
Black with #EC63B6
Text Example
Text Example
White with #EC63B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC63B6; }
p { color: rgb(236,99,182); }
H1.HeaderClassName
{
color: #EC63B6;
}
.AnyTagClassName
{
color: #EC63B6;
}
</style>
background-color css
<style>
a { background-color: #EC63B6; }
a { background-color: rgb(236,99,182); }
div.DivClassName
{
background-color: #EC63B6;
}
.BgClassName
{
background-color: #EC63B6;
}
</style>
border-color css
<style>
span { border-color: #EC63B6; }
span { border-color: rgb(236,99,182); }
td.TdClassName
{
border-color: #EC63B6;
}
.TagClassName
{
border-color: #EC63B6;
}
</style>