Shades of Hot Pink #EC68B0
Tints of Hot Pink #EC68B0
RGB
CMYK
RGB Variations
Color information
#EC68B0 (or 0xEC68B0) is known color: Hot Pink. HEX triplet: EC, 68 and B0. RGB value is (236,104,176). Sum of RGB (Red+Green+Blue) = 236+104+176=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 104 (41.02% from 255 or 20.16% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #EC68B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC68B0 is #13974F. Grayscale: #979797. Windows color (decimal): -1283920 or 11561196. OLE color: 11561196.
HSL color Cylindrical-coordinate representation of color #EC68B0: hue angle of 327.27º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC68B0 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 176 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.07 |
| HSL | 327.27º | 0.78% | 0.67% | - |
| HSV(B) | 327.27º | 0.56% | 0.93% | - |
| XYZ | 47.38 | 30.87 | 44.54 | - |
| YUV | 151.68 | 141.73 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 176 | 0 | 0.56 | 0.25 | 0.07 | 327.27 | 0.78 | 0.67 |
| Hex | EC | 68 | B0 | 0 | 38 | 19 | 7 | 147 | 4E | 43 |
| Octal | 354 | 150 | 260 | 0 | 70 | 31 | 7 | 507 | 116 | 103 |
| Binary | 11101100 | 1101000 | 10110000 | 0 | 111000 | 11001 | 111 | 101000111 | 1001110 | 1000011 |
Color Harmonies of #EC68B0
Complementary color
Monochromatic Colors of #EC68B0
Black with #EC68B0
Text Example
Text Example
White with #EC68B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC68B0; }
p { color: rgb(236,104,176); }
H1.HeaderClassName
{
color: #EC68B0;
}
.AnyTagClassName
{
color: #EC68B0;
}
</style>
background-color css
<style>
a { background-color: #EC68B0; }
a { background-color: rgb(236,104,176); }
div.DivClassName
{
background-color: #EC68B0;
}
.BgClassName
{
background-color: #EC68B0;
}
</style>
border-color css
<style>
span { border-color: #EC68B0; }
span { border-color: rgb(236,104,176); }
td.TdClassName
{
border-color: #EC68B0;
}
.TagClassName
{
border-color: #EC68B0;
}
</style>