Shades of Hot Pink #EC65AA
Tints of Hot Pink #EC65AA
RGB
CMYK
RGB Variations
Color information
#EC65AA (or 0xEC65AA) is known color: Hot Pink. HEX triplet: EC, 65 and AA. RGB value is (236,101,170). Sum of RGB (Red+Green+Blue) = 236+101+170=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC65AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC65AA is #139A55. Grayscale: #959595. Windows color (decimal): -1284694 or 11167212. OLE color: 11167212.
HSL color Cylindrical-coordinate representation of color #EC65AA: hue angle of 329.33º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC65AA is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 170 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.07 |
| HSL | 329.33º | 0.78% | 0.66% | - |
| HSV(B) | 329.33º | 0.57% | 0.93% | - |
| XYZ | 46.5 | 30.04 | 41.38 | - |
| YUV | 149.23 | 139.73 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 170 | 0 | 0.57 | 0.28 | 0.07 | 329.33 | 0.78 | 0.66 |
| Hex | EC | 65 | AA | 0 | 39 | 1C | 7 | 149 | 4E | 42 |
| Octal | 354 | 145 | 252 | 0 | 71 | 34 | 7 | 511 | 116 | 102 |
| Binary | 11101100 | 1100101 | 10101010 | 0 | 111001 | 11100 | 111 | 101001001 | 1001110 | 1000010 |
Color Harmonies of #EC65AA
Complementary color
Monochromatic Colors of #EC65AA
Black with #EC65AA
Text Example
Text Example
White with #EC65AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC65AA; }
p { color: rgb(236,101,170); }
H1.HeaderClassName
{
color: #EC65AA;
}
.AnyTagClassName
{
color: #EC65AA;
}
</style>
background-color css
<style>
a { background-color: #EC65AA; }
a { background-color: rgb(236,101,170); }
div.DivClassName
{
background-color: #EC65AA;
}
.BgClassName
{
background-color: #EC65AA;
}
</style>
border-color css
<style>
span { border-color: #EC65AA; }
span { border-color: rgb(236,101,170); }
td.TdClassName
{
border-color: #EC65AA;
}
.TagClassName
{
border-color: #EC65AA;
}
</style>