Shades of Hot Pink #EC6AA8
Tints of Hot Pink #EC6AA8
RGB
CMYK
RGB Variations
Color information
#EC6AA8 (or 0xEC6AA8) is known color: Hot Pink. HEX triplet: EC, 6A and A8. RGB value is (236,106,168). Sum of RGB (Red+Green+Blue) = 236+106+168=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 106 (41.80% from 255 or 20.78% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6AA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6AA8 is #139557. Grayscale: #979797. Windows color (decimal): -1283416 or 11037420. OLE color: 11037420.
HSL color Cylindrical-coordinate representation of color #EC6AA8: hue angle of 331.38º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC6AA8 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 106 | 168 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.07 |
| HSL | 331.38º | 0.77% | 0.67% | - |
| HSV(B) | 331.38º | 0.55% | 0.93% | - |
| XYZ | 46.81 | 30.97 | 40.56 | - |
| YUV | 151.94 | 137.07 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 106 | 168 | 0 | 0.55 | 0.29 | 0.07 | 331.38 | 0.77 | 0.67 |
| Hex | EC | 6A | A8 | 0 | 37 | 1D | 7 | 14B | 4D | 43 |
| Octal | 354 | 152 | 250 | 0 | 67 | 35 | 7 | 513 | 115 | 103 |
| Binary | 11101100 | 1101010 | 10101000 | 0 | 110111 | 11101 | 111 | 101001011 | 1001101 | 1000011 |
Color Harmonies of #EC6AA8
Complementary color
Monochromatic Colors of #EC6AA8
Black with #EC6AA8
Text Example
Text Example
White with #EC6AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6AA8; }
p { color: rgb(236,106,168); }
H1.HeaderClassName
{
color: #EC6AA8;
}
.AnyTagClassName
{
color: #EC6AA8;
}
</style>
background-color css
<style>
a { background-color: #EC6AA8; }
a { background-color: rgb(236,106,168); }
div.DivClassName
{
background-color: #EC6AA8;
}
.BgClassName
{
background-color: #EC6AA8;
}
</style>
border-color css
<style>
span { border-color: #EC6AA8; }
span { border-color: rgb(236,106,168); }
td.TdClassName
{
border-color: #EC6AA8;
}
.TagClassName
{
border-color: #EC6AA8;
}
</style>