Shades of Hot Pink #EC69AB
Tints of Hot Pink #EC69AB
RGB
CMYK
RGB Variations
Color information
#EC69AB (or 0xEC69AB) is known color: Hot Pink. HEX triplet: EC, 69 and AB. RGB value is (236,105,171). Sum of RGB (Red+Green+Blue) = 236+105+171=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC69AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC69AB is #139654. Grayscale: #979797. Windows color (decimal): -1283669 or 11233772. OLE color: 11233772.
HSL color Cylindrical-coordinate representation of color #EC69AB: hue angle of 329.77º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC69AB is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 171 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.07 |
| HSL | 329.77º | 0.78% | 0.67% | - |
| HSV(B) | 329.77º | 0.56% | 0.93% | - |
| XYZ | 46.99 | 30.88 | 42.01 | - |
| YUV | 151.69 | 138.9 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 171 | 0 | 0.56 | 0.28 | 0.07 | 329.77 | 0.78 | 0.67 |
| Hex | EC | 69 | AB | 0 | 38 | 1C | 7 | 14A | 4E | 43 |
| Octal | 354 | 151 | 253 | 0 | 70 | 34 | 7 | 512 | 116 | 103 |
| Binary | 11101100 | 1101001 | 10101011 | 0 | 111000 | 11100 | 111 | 101001010 | 1001110 | 1000011 |
Color Harmonies of #EC69AB
Complementary color
Monochromatic Colors of #EC69AB
Black with #EC69AB
Text Example
Text Example
White with #EC69AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC69AB; }
p { color: rgb(236,105,171); }
H1.HeaderClassName
{
color: #EC69AB;
}
.AnyTagClassName
{
color: #EC69AB;
}
</style>
background-color css
<style>
a { background-color: #EC69AB; }
a { background-color: rgb(236,105,171); }
div.DivClassName
{
background-color: #EC69AB;
}
.BgClassName
{
background-color: #EC69AB;
}
</style>
border-color css
<style>
span { border-color: #EC69AB; }
span { border-color: rgb(236,105,171); }
td.TdClassName
{
border-color: #EC69AB;
}
.TagClassName
{
border-color: #EC69AB;
}
</style>