Shades of Hot Pink #EC69AD
Tints of Hot Pink #EC69AD
RGB
CMYK
RGB Variations
Color information
#EC69AD (or 0xEC69AD) is known color: Hot Pink. HEX triplet: EC, 69 and AD. RGB value is (236,105,173). Sum of RGB (Red+Green+Blue) = 236+105+173=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 105 (41.41% from 255 or 20.43% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC69AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC69AD is #139652. Grayscale: #979797. Windows color (decimal): -1283667 or 11364844. OLE color: 11364844.
HSL color Cylindrical-coordinate representation of color #EC69AD: hue angle of 328.85º 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 #EC69AD is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 173 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.07 |
| HSL | 328.85º | 0.78% | 0.67% | - |
| HSV(B) | 328.85º | 0.56% | 0.93% | - |
| XYZ | 47.19 | 30.95 | 43.02 | - |
| YUV | 151.92 | 139.9 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 173 | 0 | 0.56 | 0.27 | 0.07 | 328.85 | 0.78 | 0.67 |
| Hex | EC | 69 | AD | 0 | 38 | 1B | 7 | 149 | 4E | 43 |
| Octal | 354 | 151 | 255 | 0 | 70 | 33 | 7 | 511 | 116 | 103 |
| Binary | 11101100 | 1101001 | 10101101 | 0 | 111000 | 11011 | 111 | 101001001 | 1001110 | 1000011 |
Color Harmonies of #EC69AD
Complementary color
Monochromatic Colors of #EC69AD
Black with #EC69AD
Text Example
Text Example
White with #EC69AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC69AD; }
p { color: rgb(236,105,173); }
H1.HeaderClassName
{
color: #EC69AD;
}
.AnyTagClassName
{
color: #EC69AD;
}
</style>
background-color css
<style>
a { background-color: #EC69AD; }
a { background-color: rgb(236,105,173); }
div.DivClassName
{
background-color: #EC69AD;
}
.BgClassName
{
background-color: #EC69AD;
}
</style>
border-color css
<style>
span { border-color: #EC69AD; }
span { border-color: rgb(236,105,173); }
td.TdClassName
{
border-color: #EC69AD;
}
.TagClassName
{
border-color: #EC69AD;
}
</style>