Shades of Hot Pink #EC65B0
Tints of Hot Pink #EC65B0
RGB
CMYK
RGB Variations
Color information
#EC65B0 (or 0xEC65B0) is known color: Hot Pink. HEX triplet: EC, 65 and B0. RGB value is (236,101,176). Sum of RGB (Red+Green+Blue) = 236+101+176=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 101 (39.84% from 255 or 19.69% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC65B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC65B0 is #139A4F. Grayscale: #959595. Windows color (decimal): -1284688 or 11560428. OLE color: 11560428.
HSL color Cylindrical-coordinate representation of color #EC65B0: hue angle of 326.67º 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 #EC65B0 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 176 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.07 |
| HSL | 326.67º | 0.78% | 0.66% | - |
| HSV(B) | 326.67º | 0.57% | 0.93% | - |
| XYZ | 47.08 | 30.27 | 44.44 | - |
| YUV | 149.92 | 142.73 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 176 | 0 | 0.57 | 0.25 | 0.07 | 326.67 | 0.78 | 0.66 |
| Hex | EC | 65 | B0 | 0 | 39 | 19 | 7 | 147 | 4E | 42 |
| Octal | 354 | 145 | 260 | 0 | 71 | 31 | 7 | 507 | 116 | 102 |
| Binary | 11101100 | 1100101 | 10110000 | 0 | 111001 | 11001 | 111 | 101000111 | 1001110 | 1000010 |
Color Harmonies of #EC65B0
Complementary color
Monochromatic Colors of #EC65B0
Black with #EC65B0
Text Example
Text Example
White with #EC65B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC65B0; }
p { color: rgb(236,101,176); }
H1.HeaderClassName
{
color: #EC65B0;
}
.AnyTagClassName
{
color: #EC65B0;
}
</style>
background-color css
<style>
a { background-color: #EC65B0; }
a { background-color: rgb(236,101,176); }
div.DivClassName
{
background-color: #EC65B0;
}
.BgClassName
{
background-color: #EC65B0;
}
</style>
border-color css
<style>
span { border-color: #EC65B0; }
span { border-color: rgb(236,101,176); }
td.TdClassName
{
border-color: #EC65B0;
}
.TagClassName
{
border-color: #EC65B0;
}
</style>