Shades of Hot Pink #EC66AF
Tints of Hot Pink #EC66AF
RGB
CMYK
RGB Variations
Color information
#EC66AF (or 0xEC66AF) is known color: Hot Pink. HEX triplet: EC, 66 and AF. RGB value is (236,102,175). Sum of RGB (Red+Green+Blue) = 236+102+175=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC66AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC66AF is #139950. Grayscale: #969696. Windows color (decimal): -1284433 or 11495148. OLE color: 11495148.
HSL color Cylindrical-coordinate representation of color #EC66AF: hue angle of 327.31º 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 #EC66AF is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 175 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.07 |
| HSL | 327.31º | 0.78% | 0.66% | - |
| HSV(B) | 327.31º | 0.57% | 0.93% | - |
| XYZ | 47.08 | 30.43 | 43.95 | - |
| YUV | 150.39 | 141.89 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 175 | 0 | 0.57 | 0.26 | 0.07 | 327.31 | 0.78 | 0.66 |
| Hex | EC | 66 | AF | 0 | 39 | 1A | 7 | 147 | 4E | 42 |
| Octal | 354 | 146 | 257 | 0 | 71 | 32 | 7 | 507 | 116 | 102 |
| Binary | 11101100 | 1100110 | 10101111 | 0 | 111001 | 11010 | 111 | 101000111 | 1001110 | 1000010 |
Color Harmonies of #EC66AF
Complementary color
Monochromatic Colors of #EC66AF
Black with #EC66AF
Text Example
Text Example
White with #EC66AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC66AF; }
p { color: rgb(236,102,175); }
H1.HeaderClassName
{
color: #EC66AF;
}
.AnyTagClassName
{
color: #EC66AF;
}
</style>
background-color css
<style>
a { background-color: #EC66AF; }
a { background-color: rgb(236,102,175); }
div.DivClassName
{
background-color: #EC66AF;
}
.BgClassName
{
background-color: #EC66AF;
}
</style>
border-color css
<style>
span { border-color: #EC66AF; }
span { border-color: rgb(236,102,175); }
td.TdClassName
{
border-color: #EC66AF;
}
.TagClassName
{
border-color: #EC66AF;
}
</style>