Shades of Hot Pink #ED70A7
Tints of Hot Pink #ED70A7
RGB
CMYK
RGB Variations
Color information
#ED70A7 (or 0xED70A7) is known color: Hot Pink. HEX triplet: ED, 70 and A7. RGB value is (237,112,167). Sum of RGB (Red+Green+Blue) = 237+112+167=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 167 (65.62% from 255 or 32.36% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #ED70A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED70A7 is #128F58. Grayscale: #9B9B9B. Windows color (decimal): -1216345 or 10973421. OLE color: 10973421.
HSL color Cylindrical-coordinate representation of color #ED70A7: hue angle of 333.6º 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 #ED70A7 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 112 | 167 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.07 |
| HSL | 333.6º | 0.78% | 0.68% | - |
| HSV(B) | 333.6º | 0.53% | 0.93% | - |
| XYZ | 47.69 | 32.38 | 40.3 | - |
| YUV | 155.65 | 134.41 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 112 | 167 | 0 | 0.53 | 0.30 | 0.07 | 333.6 | 0.78 | 0.68 |
| Hex | ED | 70 | A7 | 0 | 35 | 1E | 7 | 14E | 4E | 44 |
| Octal | 355 | 160 | 247 | 0 | 65 | 36 | 7 | 516 | 116 | 104 |
| Binary | 11101101 | 1110000 | 10100111 | 0 | 110101 | 11110 | 111 | 101001110 | 1001110 | 1000100 |
Color Harmonies of #ED70A7
Complementary color
Monochromatic Colors of #ED70A7
Black with #ED70A7
Text Example
Text Example
White with #ED70A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED70A7; }
p { color: rgb(237,112,167); }
H1.HeaderClassName
{
color: #ED70A7;
}
.AnyTagClassName
{
color: #ED70A7;
}
</style>
background-color css
<style>
a { background-color: #ED70A7; }
a { background-color: rgb(237,112,167); }
div.DivClassName
{
background-color: #ED70A7;
}
.BgClassName
{
background-color: #ED70A7;
}
</style>
border-color css
<style>
span { border-color: #ED70A7; }
span { border-color: rgb(237,112,167); }
td.TdClassName
{
border-color: #ED70A7;
}
.TagClassName
{
border-color: #ED70A7;
}
</style>