Shades of Hot Pink #ED6FAF
Tints of Hot Pink #ED6FAF
RGB
CMYK
RGB Variations
Color information
#ED6FAF (or 0xED6FAF) is known color: Hot Pink. HEX triplet: ED, 6F and AF. RGB value is (237,111,175). Sum of RGB (Red+Green+Blue) = 237+111+175=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 111 (43.75% from 255 or 21.22% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6FAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6FAF is #129050. Grayscale: #9B9B9B. Windows color (decimal): -1216593 or 11497453. OLE color: 11497453.
HSL color Cylindrical-coordinate representation of color #ED6FAF: hue angle of 329.52º 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 #ED6FAF is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 111 | 175 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.07 |
| HSL | 329.52º | 0.78% | 0.68% | - |
| HSV(B) | 329.52º | 0.53% | 0.93% | - |
| XYZ | 48.35 | 32.47 | 44.28 | - |
| YUV | 155.97 | 138.74 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 111 | 175 | 0 | 0.53 | 0.26 | 0.07 | 329.52 | 0.78 | 0.68 |
| Hex | ED | 6F | AF | 0 | 35 | 1A | 7 | 14A | 4E | 44 |
| Octal | 355 | 157 | 257 | 0 | 65 | 32 | 7 | 512 | 116 | 104 |
| Binary | 11101101 | 1101111 | 10101111 | 0 | 110101 | 11010 | 111 | 101001010 | 1001110 | 1000100 |
Color Harmonies of #ED6FAF
Complementary color
Monochromatic Colors of #ED6FAF
Black with #ED6FAF
Text Example
Text Example
White with #ED6FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6FAF; }
p { color: rgb(237,111,175); }
H1.HeaderClassName
{
color: #ED6FAF;
}
.AnyTagClassName
{
color: #ED6FAF;
}
</style>
background-color css
<style>
a { background-color: #ED6FAF; }
a { background-color: rgb(237,111,175); }
div.DivClassName
{
background-color: #ED6FAF;
}
.BgClassName
{
background-color: #ED6FAF;
}
</style>
border-color css
<style>
span { border-color: #ED6FAF; }
span { border-color: rgb(237,111,175); }
td.TdClassName
{
border-color: #ED6FAF;
}
.TagClassName
{
border-color: #ED6FAF;
}
</style>