Shades of Hot Pink #ED69AA
Tints of Hot Pink #ED69AA
RGB
CMYK
RGB Variations
Color information
#ED69AA (or 0xED69AA) is known color: Hot Pink. HEX triplet: ED, 69 and AA. RGB value is (237,105,170). Sum of RGB (Red+Green+Blue) = 237+105+170=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #ED69AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED69AA is #129655. Grayscale: #979797. Windows color (decimal): -1218134 or 11168237. OLE color: 11168237.
HSL color Cylindrical-coordinate representation of color #ED69AA: hue angle of 330.45º degrees, saturation: 0.79, 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 #ED69AA is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 105 | 170 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.07 |
| HSL | 330.45º | 0.79% | 0.67% | - |
| HSV(B) | 330.45º | 0.56% | 0.93% | - |
| XYZ | 47.23 | 31.01 | 41.53 | - |
| YUV | 151.88 | 138.23 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 105 | 170 | 0 | 0.56 | 0.28 | 0.07 | 330.45 | 0.79 | 0.67 |
| Hex | ED | 69 | AA | 0 | 38 | 1C | 7 | 14A | 4F | 43 |
| Octal | 355 | 151 | 252 | 0 | 70 | 34 | 7 | 512 | 117 | 103 |
| Binary | 11101101 | 1101001 | 10101010 | 0 | 111000 | 11100 | 111 | 101001010 | 1001111 | 1000011 |
Color Harmonies of #ED69AA
Complementary color
Monochromatic Colors of #ED69AA
Black with #ED69AA
Text Example
Text Example
White with #ED69AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED69AA; }
p { color: rgb(237,105,170); }
H1.HeaderClassName
{
color: #ED69AA;
}
.AnyTagClassName
{
color: #ED69AA;
}
</style>
background-color css
<style>
a { background-color: #ED69AA; }
a { background-color: rgb(237,105,170); }
div.DivClassName
{
background-color: #ED69AA;
}
.BgClassName
{
background-color: #ED69AA;
}
</style>
border-color css
<style>
span { border-color: #ED69AA; }
span { border-color: rgb(237,105,170); }
td.TdClassName
{
border-color: #ED69AA;
}
.TagClassName
{
border-color: #ED69AA;
}
</style>