Shades of Hot Pink #ED62A8
Tints of Hot Pink #ED62A8
RGB
CMYK
RGB Variations
Color information
#ED62A8 (or 0xED62A8) is known color: Hot Pink. HEX triplet: ED, 62 and A8. RGB value is (237,98,168). Sum of RGB (Red+Green+Blue) = 237+98+168=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 98 (38.67% from 255 or 19.48% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #ED62A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED62A8 is #129D57. Grayscale: #939393. Windows color (decimal): -1219928 or 11035373. OLE color: 11035373.
HSL color Cylindrical-coordinate representation of color #ED62A8: hue angle of 329.78º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED62A8 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 98 | 168 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.07 |
| HSL | 329.78º | 0.79% | 0.66% | - |
| HSV(B) | 329.78º | 0.59% | 0.93% | - |
| XYZ | 46.36 | 29.57 | 40.31 | - |
| YUV | 147.54 | 139.55 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 98 | 168 | 0 | 0.59 | 0.29 | 0.07 | 329.78 | 0.79 | 0.66 |
| Hex | ED | 62 | A8 | 0 | 3B | 1D | 7 | 14A | 4F | 42 |
| Octal | 355 | 142 | 250 | 0 | 73 | 35 | 7 | 512 | 117 | 102 |
| Binary | 11101101 | 1100010 | 10101000 | 0 | 111011 | 11101 | 111 | 101001010 | 1001111 | 1000010 |
Color Harmonies of #ED62A8
Complementary color
Monochromatic Colors of #ED62A8
Black with #ED62A8
Text Example
Text Example
White with #ED62A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED62A8; }
p { color: rgb(237,98,168); }
H1.HeaderClassName
{
color: #ED62A8;
}
.AnyTagClassName
{
color: #ED62A8;
}
</style>
background-color css
<style>
a { background-color: #ED62A8; }
a { background-color: rgb(237,98,168); }
div.DivClassName
{
background-color: #ED62A8;
}
.BgClassName
{
background-color: #ED62A8;
}
</style>
border-color css
<style>
span { border-color: #ED62A8; }
span { border-color: rgb(237,98,168); }
td.TdClassName
{
border-color: #ED62A8;
}
.TagClassName
{
border-color: #ED62A8;
}
</style>