Shades of Hot Pink #ED70AD
Tints of Hot Pink #ED70AD
RGB
CMYK
RGB Variations
Color information
#ED70AD (or 0xED70AD) is known color: Hot Pink. HEX triplet: ED, 70 and AD. RGB value is (237,112,173). Sum of RGB (Red+Green+Blue) = 237+112+173=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 112 (44.14% from 255 or 21.46% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #ED70AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED70AD is #128F52. Grayscale: #9C9C9C. Windows color (decimal): -1216339 or 11366637. OLE color: 11366637.
HSL color Cylindrical-coordinate representation of color #ED70AD: hue angle of 330.72º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED70AD is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 112 | 173 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.07 |
| HSL | 330.72º | 0.78% | 0.68% | - |
| HSV(B) | 330.72º | 0.53% | 0.93% | - |
| XYZ | 48.26 | 32.61 | 43.29 | - |
| YUV | 156.33 | 137.41 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 112 | 173 | 0 | 0.53 | 0.27 | 0.07 | 330.72 | 0.78 | 0.68 |
| Hex | ED | 70 | AD | 0 | 35 | 1B | 7 | 14B | 4E | 44 |
| Octal | 355 | 160 | 255 | 0 | 65 | 33 | 7 | 513 | 116 | 104 |
| Binary | 11101101 | 1110000 | 10101101 | 0 | 110101 | 11011 | 111 | 101001011 | 1001110 | 1000100 |
Color Harmonies of #ED70AD
Complementary color
Monochromatic Colors of #ED70AD
Black with #ED70AD
Text Example
Text Example
White with #ED70AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED70AD; }
p { color: rgb(237,112,173); }
H1.HeaderClassName
{
color: #ED70AD;
}
.AnyTagClassName
{
color: #ED70AD;
}
</style>
background-color css
<style>
a { background-color: #ED70AD; }
a { background-color: rgb(237,112,173); }
div.DivClassName
{
background-color: #ED70AD;
}
.BgClassName
{
background-color: #ED70AD;
}
</style>
border-color css
<style>
span { border-color: #ED70AD; }
span { border-color: rgb(237,112,173); }
td.TdClassName
{
border-color: #ED70AD;
}
.TagClassName
{
border-color: #ED70AD;
}
</style>