Shades of Hot Pink #ED66AB
Tints of Hot Pink #ED66AB
RGB
CMYK
RGB Variations
Color information
#ED66AB (or 0xED66AB) is known color: Hot Pink. HEX triplet: ED, 66 and AB. RGB value is (237,102,171). Sum of RGB (Red+Green+Blue) = 237+102+171=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 102 (40.23% from 255 or 20% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #ED66AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED66AB is #129954. Grayscale: #969696. Windows color (decimal): -1218901 or 11233005. OLE color: 11233005.
HSL color Cylindrical-coordinate representation of color #ED66AB: hue angle of 329.33º degrees, saturation: 0.79, 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 #ED66AB is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 102 | 171 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.07 |
| HSL | 329.33º | 0.79% | 0.66% | - |
| HSV(B) | 329.33º | 0.57% | 0.93% | - |
| XYZ | 47.03 | 30.45 | 41.93 | - |
| YUV | 150.23 | 139.73 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 102 | 171 | 0 | 0.57 | 0.28 | 0.07 | 329.33 | 0.79 | 0.66 |
| Hex | ED | 66 | AB | 0 | 39 | 1C | 7 | 149 | 4F | 42 |
| Octal | 355 | 146 | 253 | 0 | 71 | 34 | 7 | 511 | 117 | 102 |
| Binary | 11101101 | 1100110 | 10101011 | 0 | 111001 | 11100 | 111 | 101001001 | 1001111 | 1000010 |
Color Harmonies of #ED66AB
Complementary color
Monochromatic Colors of #ED66AB
Black with #ED66AB
Text Example
Text Example
White with #ED66AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED66AB; }
p { color: rgb(237,102,171); }
H1.HeaderClassName
{
color: #ED66AB;
}
.AnyTagClassName
{
color: #ED66AB;
}
</style>
background-color css
<style>
a { background-color: #ED66AB; }
a { background-color: rgb(237,102,171); }
div.DivClassName
{
background-color: #ED66AB;
}
.BgClassName
{
background-color: #ED66AB;
}
</style>
border-color css
<style>
span { border-color: #ED66AB; }
span { border-color: rgb(237,102,171); }
td.TdClassName
{
border-color: #ED66AB;
}
.TagClassName
{
border-color: #ED66AB;
}
</style>