Shades of Hot Pink #EC6AAA
Tints of Hot Pink #EC6AAA
RGB
CMYK
RGB Variations
Color information
#EC6AAA (or 0xEC6AAA) is known color: Hot Pink. HEX triplet: EC, 6A and AA. RGB value is (236,106,170). Sum of RGB (Red+Green+Blue) = 236+106+170=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 106 (41.80% from 255 or 20.70% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6AAA is #139555. Grayscale: #989898. Windows color (decimal): -1283414 or 11168492. OLE color: 11168492.
HSL color Cylindrical-coordinate representation of color #EC6AAA: hue angle of 330.46º 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 #EC6AAA is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 106 | 170 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.07 |
| HSL | 330.46º | 0.77% | 0.67% | - |
| HSV(B) | 330.46º | 0.55% | 0.93% | - |
| XYZ | 47 | 31.04 | 41.54 | - |
| YUV | 152.17 | 138.07 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 106 | 170 | 0 | 0.55 | 0.28 | 0.07 | 330.46 | 0.77 | 0.67 |
| Hex | EC | 6A | AA | 0 | 37 | 1C | 7 | 14A | 4D | 43 |
| Octal | 354 | 152 | 252 | 0 | 67 | 34 | 7 | 512 | 115 | 103 |
| Binary | 11101100 | 1101010 | 10101010 | 0 | 110111 | 11100 | 111 | 101001010 | 1001101 | 1000011 |
Color Harmonies of #EC6AAA
Complementary color
Monochromatic Colors of #EC6AAA
Black with #EC6AAA
Text Example
Text Example
White with #EC6AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6AAA; }
p { color: rgb(236,106,170); }
H1.HeaderClassName
{
color: #EC6AAA;
}
.AnyTagClassName
{
color: #EC6AAA;
}
</style>
background-color css
<style>
a { background-color: #EC6AAA; }
a { background-color: rgb(236,106,170); }
div.DivClassName
{
background-color: #EC6AAA;
}
.BgClassName
{
background-color: #EC6AAA;
}
</style>
border-color css
<style>
span { border-color: #EC6AAA; }
span { border-color: rgb(236,106,170); }
td.TdClassName
{
border-color: #EC6AAA;
}
.TagClassName
{
border-color: #EC6AAA;
}
</style>