Shades of Hot Pink #ED64AF
Tints of Hot Pink #ED64AF
RGB
CMYK
RGB Variations
Color information
#ED64AF (or 0xED64AF) is known color: Hot Pink. HEX triplet: ED, 64 and AF. RGB value is (237,100,175). Sum of RGB (Red+Green+Blue) = 237+100+175=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 100 (39.45% from 255 or 19.53% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #ED64AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED64AF is #129B50. Grayscale: #959595. Windows color (decimal): -1219409 or 11494637. OLE color: 11494637.
HSL color Cylindrical-coordinate representation of color #ED64AF: hue angle of 327.15º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED64AF is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 100 | 175 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.07 |
| HSL | 327.15º | 0.79% | 0.66% | - |
| HSV(B) | 327.15º | 0.58% | 0.93% | - |
| XYZ | 47.22 | 30.21 | 43.9 | - |
| YUV | 149.51 | 142.39 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 100 | 175 | 0 | 0.58 | 0.26 | 0.07 | 327.15 | 0.79 | 0.66 |
| Hex | ED | 64 | AF | 0 | 3A | 1A | 7 | 147 | 4F | 42 |
| Octal | 355 | 144 | 257 | 0 | 72 | 32 | 7 | 507 | 117 | 102 |
| Binary | 11101101 | 1100100 | 10101111 | 0 | 111010 | 11010 | 111 | 101000111 | 1001111 | 1000010 |
Color Harmonies of #ED64AF
Complementary color
Monochromatic Colors of #ED64AF
Black with #ED64AF
Text Example
Text Example
White with #ED64AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED64AF; }
p { color: rgb(237,100,175); }
H1.HeaderClassName
{
color: #ED64AF;
}
.AnyTagClassName
{
color: #ED64AF;
}
</style>
background-color css
<style>
a { background-color: #ED64AF; }
a { background-color: rgb(237,100,175); }
div.DivClassName
{
background-color: #ED64AF;
}
.BgClassName
{
background-color: #ED64AF;
}
</style>
border-color css
<style>
span { border-color: #ED64AF; }
span { border-color: rgb(237,100,175); }
td.TdClassName
{
border-color: #ED64AF;
}
.TagClassName
{
border-color: #ED64AF;
}
</style>