Shades of Hot Pink #ED63AC
Tints of Hot Pink #ED63AC
RGB
CMYK
RGB Variations
Color information
#ED63AC (or 0xED63AC) is known color: Hot Pink. HEX triplet: ED, 63 and AC. RGB value is (237,99,172). Sum of RGB (Red+Green+Blue) = 237+99+172=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 99 (39.06% from 255 or 19.49% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED63AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED63AC is #129C53. Grayscale: #949494. Windows color (decimal): -1219668 or 11297773. OLE color: 11297773.
HSL color Cylindrical-coordinate representation of color #ED63AC: hue angle of 328.26º 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 #ED63AC is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 99 | 172 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.07 |
| HSL | 328.26º | 0.79% | 0.66% | - |
| HSV(B) | 328.26º | 0.58% | 0.93% | - |
| XYZ | 46.83 | 29.91 | 42.33 | - |
| YUV | 148.58 | 141.22 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 99 | 172 | 0 | 0.58 | 0.27 | 0.07 | 328.26 | 0.79 | 0.66 |
| Hex | ED | 63 | AC | 0 | 3A | 1B | 7 | 148 | 4F | 42 |
| Octal | 355 | 143 | 254 | 0 | 72 | 33 | 7 | 510 | 117 | 102 |
| Binary | 11101101 | 1100011 | 10101100 | 0 | 111010 | 11011 | 111 | 101001000 | 1001111 | 1000010 |
Color Harmonies of #ED63AC
Complementary color
Monochromatic Colors of #ED63AC
Black with #ED63AC
Text Example
Text Example
White with #ED63AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED63AC; }
p { color: rgb(237,99,172); }
H1.HeaderClassName
{
color: #ED63AC;
}
.AnyTagClassName
{
color: #ED63AC;
}
</style>
background-color css
<style>
a { background-color: #ED63AC; }
a { background-color: rgb(237,99,172); }
div.DivClassName
{
background-color: #ED63AC;
}
.BgClassName
{
background-color: #ED63AC;
}
</style>
border-color css
<style>
span { border-color: #ED63AC; }
span { border-color: rgb(237,99,172); }
td.TdClassName
{
border-color: #ED63AC;
}
.TagClassName
{
border-color: #ED63AC;
}
</style>