Shades of Hot Pink #EC69A8
Tints of Hot Pink #EC69A8
RGB
CMYK
RGB Variations
Color information
#EC69A8 (or 0xEC69A8) is known color: Hot Pink. HEX triplet: EC, 69 and A8. RGB value is (236,105,168). Sum of RGB (Red+Green+Blue) = 236+105+168=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #EC69A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC69A8 is #139657. Grayscale: #979797. Windows color (decimal): -1283672 or 11037164. OLE color: 11037164.
HSL color Cylindrical-coordinate representation of color #EC69A8: hue angle of 331.15º 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 #EC69A8 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 168 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.07 |
| HSL | 331.15º | 0.78% | 0.67% | - |
| HSV(B) | 331.15º | 0.56% | 0.93% | - |
| XYZ | 46.71 | 30.76 | 40.52 | - |
| YUV | 151.35 | 137.4 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 168 | 0 | 0.56 | 0.29 | 0.07 | 331.15 | 0.78 | 0.67 |
| Hex | EC | 69 | A8 | 0 | 38 | 1D | 7 | 14B | 4E | 43 |
| Octal | 354 | 151 | 250 | 0 | 70 | 35 | 7 | 513 | 116 | 103 |
| Binary | 11101100 | 1101001 | 10101000 | 0 | 111000 | 11101 | 111 | 101001011 | 1001110 | 1000011 |
Color Harmonies of #EC69A8
Complementary color
Monochromatic Colors of #EC69A8
Black with #EC69A8
Text Example
Text Example
White with #EC69A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC69A8; }
p { color: rgb(236,105,168); }
H1.HeaderClassName
{
color: #EC69A8;
}
.AnyTagClassName
{
color: #EC69A8;
}
</style>
background-color css
<style>
a { background-color: #EC69A8; }
a { background-color: rgb(236,105,168); }
div.DivClassName
{
background-color: #EC69A8;
}
.BgClassName
{
background-color: #EC69A8;
}
</style>
border-color css
<style>
span { border-color: #EC69A8; }
span { border-color: rgb(236,105,168); }
td.TdClassName
{
border-color: #EC69A8;
}
.TagClassName
{
border-color: #EC69A8;
}
</style>