Shades of Hot Pink #EC65AE
Tints of Hot Pink #EC65AE
RGB
CMYK
RGB Variations
Color information
#EC65AE (or 0xEC65AE) is known color: Hot Pink. HEX triplet: EC, 65 and AE. RGB value is (236,101,174). Sum of RGB (Red+Green+Blue) = 236+101+174=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 101 (39.84% from 255 or 19.77% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC65AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC65AE is #139A51. Grayscale: #959595. Windows color (decimal): -1284690 or 11429356. OLE color: 11429356.
HSL color Cylindrical-coordinate representation of color #EC65AE: hue angle of 327.56º 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 #EC65AE is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 174 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.07 |
| HSL | 327.56º | 0.78% | 0.66% | - |
| HSV(B) | 327.56º | 0.57% | 0.93% | - |
| XYZ | 46.89 | 30.2 | 43.4 | - |
| YUV | 149.69 | 141.73 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 174 | 0 | 0.57 | 0.26 | 0.07 | 327.56 | 0.78 | 0.66 |
| Hex | EC | 65 | AE | 0 | 39 | 1A | 7 | 148 | 4E | 42 |
| Octal | 354 | 145 | 256 | 0 | 71 | 32 | 7 | 510 | 116 | 102 |
| Binary | 11101100 | 1100101 | 10101110 | 0 | 111001 | 11010 | 111 | 101001000 | 1001110 | 1000010 |
Color Harmonies of #EC65AE
Complementary color
Monochromatic Colors of #EC65AE
Black with #EC65AE
Text Example
Text Example
White with #EC65AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC65AE; }
p { color: rgb(236,101,174); }
H1.HeaderClassName
{
color: #EC65AE;
}
.AnyTagClassName
{
color: #EC65AE;
}
</style>
background-color css
<style>
a { background-color: #EC65AE; }
a { background-color: rgb(236,101,174); }
div.DivClassName
{
background-color: #EC65AE;
}
.BgClassName
{
background-color: #EC65AE;
}
</style>
border-color css
<style>
span { border-color: #EC65AE; }
span { border-color: rgb(236,101,174); }
td.TdClassName
{
border-color: #EC65AE;
}
.TagClassName
{
border-color: #EC65AE;
}
</style>