Shades of Hot Pink #EC65AF
Tints of Hot Pink #EC65AF
RGB
CMYK
RGB Variations
Color information
#EC65AF (or 0xEC65AF) is known color: Hot Pink. HEX triplet: EC, 65 and AF. RGB value is (236,101,175). Sum of RGB (Red+Green+Blue) = 236+101+175=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC65AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC65AF is #139A50. Grayscale: #959595. Windows color (decimal): -1284689 or 11494892. OLE color: 11494892.
HSL color Cylindrical-coordinate representation of color #EC65AF: hue angle of 327.11º 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 #EC65AF is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 175 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.07 |
| HSL | 327.11º | 0.78% | 0.66% | - |
| HSV(B) | 327.11º | 0.57% | 0.93% | - |
| XYZ | 46.98 | 30.24 | 43.92 | - |
| YUV | 149.8 | 142.23 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 175 | 0 | 0.57 | 0.26 | 0.07 | 327.11 | 0.78 | 0.66 |
| Hex | EC | 65 | AF | 0 | 39 | 1A | 7 | 147 | 4E | 42 |
| Octal | 354 | 145 | 257 | 0 | 71 | 32 | 7 | 507 | 116 | 102 |
| Binary | 11101100 | 1100101 | 10101111 | 0 | 111001 | 11010 | 111 | 101000111 | 1001110 | 1000010 |
Color Harmonies of #EC65AF
Complementary color
Monochromatic Colors of #EC65AF
Black with #EC65AF
Text Example
Text Example
White with #EC65AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC65AF; }
p { color: rgb(236,101,175); }
H1.HeaderClassName
{
color: #EC65AF;
}
.AnyTagClassName
{
color: #EC65AF;
}
</style>
background-color css
<style>
a { background-color: #EC65AF; }
a { background-color: rgb(236,101,175); }
div.DivClassName
{
background-color: #EC65AF;
}
.BgClassName
{
background-color: #EC65AF;
}
</style>
border-color css
<style>
span { border-color: #EC65AF; }
span { border-color: rgb(236,101,175); }
td.TdClassName
{
border-color: #EC65AF;
}
.TagClassName
{
border-color: #EC65AF;
}
</style>