Shades of Hot Pink #EC68A6
Tints of Hot Pink #EC68A6
RGB
CMYK
RGB Variations
Color information
#EC68A6 (or 0xEC68A6) is known color: Hot Pink. HEX triplet: EC, 68 and A6. RGB value is (236,104,166). Sum of RGB (Red+Green+Blue) = 236+104+166=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 166 (65.23% from 255 or 32.81% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC68A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC68A6 is #139759. Grayscale: #969696. Windows color (decimal): -1283930 or 10905836. OLE color: 10905836.
HSL color Cylindrical-coordinate representation of color #EC68A6: hue angle of 331.82º 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 #EC68A6 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 166 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.07 |
| HSL | 331.82º | 0.78% | 0.67% | - |
| HSV(B) | 331.82º | 0.56% | 0.93% | - |
| XYZ | 46.43 | 30.49 | 39.51 | - |
| YUV | 150.54 | 136.73 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 166 | 0 | 0.56 | 0.30 | 0.07 | 331.82 | 0.78 | 0.67 |
| Hex | EC | 68 | A6 | 0 | 38 | 1E | 7 | 14C | 4E | 43 |
| Octal | 354 | 150 | 246 | 0 | 70 | 36 | 7 | 514 | 116 | 103 |
| Binary | 11101100 | 1101000 | 10100110 | 0 | 111000 | 11110 | 111 | 101001100 | 1001110 | 1000011 |
Color Harmonies of #EC68A6
Complementary color
Monochromatic Colors of #EC68A6
Black with #EC68A6
Text Example
Text Example
White with #EC68A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC68A6; }
p { color: rgb(236,104,166); }
H1.HeaderClassName
{
color: #EC68A6;
}
.AnyTagClassName
{
color: #EC68A6;
}
</style>
background-color css
<style>
a { background-color: #EC68A6; }
a { background-color: rgb(236,104,166); }
div.DivClassName
{
background-color: #EC68A6;
}
.BgClassName
{
background-color: #EC68A6;
}
</style>
border-color css
<style>
span { border-color: #EC68A6; }
span { border-color: rgb(236,104,166); }
td.TdClassName
{
border-color: #EC68A6;
}
.TagClassName
{
border-color: #EC68A6;
}
</style>