Shades of Hot Pink #ED63AF
Tints of Hot Pink #ED63AF
RGB
CMYK
RGB Variations
Color information
#ED63AF (or 0xED63AF) is known color: Hot Pink. HEX triplet: ED, 63 and AF. RGB value is (237,99,175). Sum of RGB (Red+Green+Blue) = 237+99+175=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 99 (39.06% from 255 or 19.37% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED63AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED63AF is #129C50. Grayscale: #949494. Windows color (decimal): -1219665 or 11494381. OLE color: 11494381.
HSL color Cylindrical-coordinate representation of color #ED63AF: hue angle of 326.96º 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 #ED63AF is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 99 | 175 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.07 |
| HSL | 326.96º | 0.79% | 0.66% | - |
| HSV(B) | 326.96º | 0.58% | 0.93% | - |
| XYZ | 47.12 | 30.02 | 43.87 | - |
| YUV | 148.93 | 142.72 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 99 | 175 | 0 | 0.58 | 0.26 | 0.07 | 326.96 | 0.79 | 0.66 |
| Hex | ED | 63 | AF | 0 | 3A | 1A | 7 | 147 | 4F | 42 |
| Octal | 355 | 143 | 257 | 0 | 72 | 32 | 7 | 507 | 117 | 102 |
| Binary | 11101101 | 1100011 | 10101111 | 0 | 111010 | 11010 | 111 | 101000111 | 1001111 | 1000010 |
Color Harmonies of #ED63AF
Complementary color
Monochromatic Colors of #ED63AF
Black with #ED63AF
Text Example
Text Example
White with #ED63AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED63AF; }
p { color: rgb(237,99,175); }
H1.HeaderClassName
{
color: #ED63AF;
}
.AnyTagClassName
{
color: #ED63AF;
}
</style>
background-color css
<style>
a { background-color: #ED63AF; }
a { background-color: rgb(237,99,175); }
div.DivClassName
{
background-color: #ED63AF;
}
.BgClassName
{
background-color: #ED63AF;
}
</style>
border-color css
<style>
span { border-color: #ED63AF; }
span { border-color: rgb(237,99,175); }
td.TdClassName
{
border-color: #ED63AF;
}
.TagClassName
{
border-color: #ED63AF;
}
</style>