Shades of Hot Pink #EC68AC
Tints of Hot Pink #EC68AC
RGB
CMYK
RGB Variations
Color information
#EC68AC (or 0xEC68AC) is known color: Hot Pink. HEX triplet: EC, 68 and AC. RGB value is (236,104,172). Sum of RGB (Red+Green+Blue) = 236+104+172=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC68AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC68AC is #139753. Grayscale: #979797. Windows color (decimal): -1283924 or 11299052. OLE color: 11299052.
HSL color Cylindrical-coordinate representation of color #EC68AC: hue angle of 329.09º 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 #EC68AC is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 172 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.07 |
| HSL | 329.09º | 0.78% | 0.67% | - |
| HSV(B) | 329.09º | 0.56% | 0.93% | - |
| XYZ | 46.99 | 30.71 | 42.48 | - |
| YUV | 151.22 | 139.73 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 172 | 0 | 0.56 | 0.27 | 0.07 | 329.09 | 0.78 | 0.67 |
| Hex | EC | 68 | AC | 0 | 38 | 1B | 7 | 149 | 4E | 43 |
| Octal | 354 | 150 | 254 | 0 | 70 | 33 | 7 | 511 | 116 | 103 |
| Binary | 11101100 | 1101000 | 10101100 | 0 | 111000 | 11011 | 111 | 101001001 | 1001110 | 1000011 |
Color Harmonies of #EC68AC
Complementary color
Monochromatic Colors of #EC68AC
Black with #EC68AC
Text Example
Text Example
White with #EC68AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC68AC; }
p { color: rgb(236,104,172); }
H1.HeaderClassName
{
color: #EC68AC;
}
.AnyTagClassName
{
color: #EC68AC;
}
</style>
background-color css
<style>
a { background-color: #EC68AC; }
a { background-color: rgb(236,104,172); }
div.DivClassName
{
background-color: #EC68AC;
}
.BgClassName
{
background-color: #EC68AC;
}
</style>
border-color css
<style>
span { border-color: #EC68AC; }
span { border-color: rgb(236,104,172); }
td.TdClassName
{
border-color: #EC68AC;
}
.TagClassName
{
border-color: #EC68AC;
}
</style>