Shades of Hot Pink #EC66BB
Tints of Hot Pink #EC66BB
RGB
CMYK
RGB Variations
Color information
#EC66BB (or 0xEC66BB) is known color: Hot Pink. HEX triplet: EC, 66 and BB. RGB value is (236,102,187). Sum of RGB (Red+Green+Blue) = 236+102+187=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 102 (40.23% from 255 or 19.43% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #EC66BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC66BB is #139944. Grayscale: #979797. Windows color (decimal): -1284421 or 12281580. OLE color: 12281580.
HSL color Cylindrical-coordinate representation of color #EC66BB: hue angle of 321.94º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC66BB is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 187 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.07 |
| HSL | 321.94º | 0.78% | 0.66% | - |
| HSV(B) | 321.94º | 0.57% | 0.93% | - |
| XYZ | 48.31 | 30.92 | 50.44 | - |
| YUV | 151.76 | 147.89 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 187 | 0 | 0.57 | 0.21 | 0.07 | 321.94 | 0.78 | 0.66 |
| Hex | EC | 66 | BB | 0 | 39 | 15 | 7 | 142 | 4E | 42 |
| Octal | 354 | 146 | 273 | 0 | 71 | 25 | 7 | 502 | 116 | 102 |
| Binary | 11101100 | 1100110 | 10111011 | 0 | 111001 | 10101 | 111 | 101000010 | 1001110 | 1000010 |
Color Harmonies of #EC66BB
Complementary color
Monochromatic Colors of #EC66BB
Black with #EC66BB
Text Example
Text Example
White with #EC66BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC66BB; }
p { color: rgb(236,102,187); }
H1.HeaderClassName
{
color: #EC66BB;
}
.AnyTagClassName
{
color: #EC66BB;
}
</style>
background-color css
<style>
a { background-color: #EC66BB; }
a { background-color: rgb(236,102,187); }
div.DivClassName
{
background-color: #EC66BB;
}
.BgClassName
{
background-color: #EC66BB;
}
</style>
border-color css
<style>
span { border-color: #EC66BB; }
span { border-color: rgb(236,102,187); }
td.TdClassName
{
border-color: #EC66BB;
}
.TagClassName
{
border-color: #EC66BB;
}
</style>