Shades of Hot Pink #ED68AD
Tints of Hot Pink #ED68AD
RGB
CMYK
RGB Variations
Color information
#ED68AD (or 0xED68AD) is known color: Hot Pink. HEX triplet: ED, 68 and AD. RGB value is (237,104,173). Sum of RGB (Red+Green+Blue) = 237+104+173=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED68AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED68AD is #129752. Grayscale: #979797. Windows color (decimal): -1218387 or 11364589. OLE color: 11364589.
HSL color Cylindrical-coordinate representation of color #ED68AD: hue angle of 328.87º 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 #ED68AD is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 104 | 173 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.07 |
| HSL | 328.87º | 0.79% | 0.67% | - |
| HSV(B) | 328.87º | 0.56% | 0.93% | - |
| XYZ | 47.42 | 30.92 | 43 | - |
| YUV | 151.63 | 140.06 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 104 | 173 | 0 | 0.56 | 0.27 | 0.07 | 328.87 | 0.79 | 0.67 |
| Hex | ED | 68 | AD | 0 | 38 | 1B | 7 | 149 | 4F | 43 |
| Octal | 355 | 150 | 255 | 0 | 70 | 33 | 7 | 511 | 117 | 103 |
| Binary | 11101101 | 1101000 | 10101101 | 0 | 111000 | 11011 | 111 | 101001001 | 1001111 | 1000011 |
Color Harmonies of #ED68AD
Complementary color
Monochromatic Colors of #ED68AD
Black with #ED68AD
Text Example
Text Example
White with #ED68AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED68AD; }
p { color: rgb(237,104,173); }
H1.HeaderClassName
{
color: #ED68AD;
}
.AnyTagClassName
{
color: #ED68AD;
}
</style>
background-color css
<style>
a { background-color: #ED68AD; }
a { background-color: rgb(237,104,173); }
div.DivClassName
{
background-color: #ED68AD;
}
.BgClassName
{
background-color: #ED68AD;
}
</style>
border-color css
<style>
span { border-color: #ED68AD; }
span { border-color: rgb(237,104,173); }
td.TdClassName
{
border-color: #ED68AD;
}
.TagClassName
{
border-color: #ED68AD;
}
</style>