Shades of Hot Pink #EC6AAC
Tints of Hot Pink #EC6AAC
RGB
CMYK
RGB Variations
Color information
#EC6AAC (or 0xEC6AAC) is known color: Hot Pink. HEX triplet: EC, 6A and AC. RGB value is (236,106,172). Sum of RGB (Red+Green+Blue) = 236+106+172=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 106 (41.80% from 255 or 20.62% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6AAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6AAC is #139553. Grayscale: #989898. Windows color (decimal): -1283412 or 11299564. OLE color: 11299564.
HSL color Cylindrical-coordinate representation of color #EC6AAC: hue angle of 329.54º 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 #EC6AAC is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 106 | 172 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.07 |
| HSL | 329.54º | 0.77% | 0.67% | - |
| HSV(B) | 329.54º | 0.55% | 0.93% | - |
| XYZ | 47.19 | 31.12 | 42.55 | - |
| YUV | 152.39 | 139.07 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 106 | 172 | 0 | 0.55 | 0.27 | 0.07 | 329.54 | 0.77 | 0.67 |
| Hex | EC | 6A | AC | 0 | 37 | 1B | 7 | 14A | 4D | 43 |
| Octal | 354 | 152 | 254 | 0 | 67 | 33 | 7 | 512 | 115 | 103 |
| Binary | 11101100 | 1101010 | 10101100 | 0 | 110111 | 11011 | 111 | 101001010 | 1001101 | 1000011 |
Color Harmonies of #EC6AAC
Complementary color
Monochromatic Colors of #EC6AAC
Black with #EC6AAC
Text Example
Text Example
White with #EC6AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6AAC; }
p { color: rgb(236,106,172); }
H1.HeaderClassName
{
color: #EC6AAC;
}
.AnyTagClassName
{
color: #EC6AAC;
}
</style>
background-color css
<style>
a { background-color: #EC6AAC; }
a { background-color: rgb(236,106,172); }
div.DivClassName
{
background-color: #EC6AAC;
}
.BgClassName
{
background-color: #EC6AAC;
}
</style>
border-color css
<style>
span { border-color: #EC6AAC; }
span { border-color: rgb(236,106,172); }
td.TdClassName
{
border-color: #EC6AAC;
}
.TagClassName
{
border-color: #EC6AAC;
}
</style>