Shades of Hot Pink #ED65AC
Tints of Hot Pink #ED65AC
RGB
CMYK
RGB Variations
Color information
#ED65AC (or 0xED65AC) is known color: Hot Pink. HEX triplet: ED, 65 and AC. RGB value is (237,101,172). Sum of RGB (Red+Green+Blue) = 237+101+172=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #ED65AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED65AC is #129A53. Grayscale: #959595. Windows color (decimal): -1219156 or 11298285. OLE color: 11298285.
HSL color Cylindrical-coordinate representation of color #ED65AC: hue angle of 328.68º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED65AC is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 101 | 172 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.07 |
| HSL | 328.68º | 0.79% | 0.66% | - |
| HSV(B) | 328.68º | 0.57% | 0.93% | - |
| XYZ | 47.03 | 30.29 | 42.4 | - |
| YUV | 149.76 | 140.56 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 101 | 172 | 0 | 0.57 | 0.27 | 0.07 | 328.68 | 0.79 | 0.66 |
| Hex | ED | 65 | AC | 0 | 39 | 1B | 7 | 149 | 4F | 42 |
| Octal | 355 | 145 | 254 | 0 | 71 | 33 | 7 | 511 | 117 | 102 |
| Binary | 11101101 | 1100101 | 10101100 | 0 | 111001 | 11011 | 111 | 101001001 | 1001111 | 1000010 |
Color Harmonies of #ED65AC
Complementary color
Monochromatic Colors of #ED65AC
Black with #ED65AC
Text Example
Text Example
White with #ED65AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED65AC; }
p { color: rgb(237,101,172); }
H1.HeaderClassName
{
color: #ED65AC;
}
.AnyTagClassName
{
color: #ED65AC;
}
</style>
background-color css
<style>
a { background-color: #ED65AC; }
a { background-color: rgb(237,101,172); }
div.DivClassName
{
background-color: #ED65AC;
}
.BgClassName
{
background-color: #ED65AC;
}
</style>
border-color css
<style>
span { border-color: #ED65AC; }
span { border-color: rgb(237,101,172); }
td.TdClassName
{
border-color: #ED65AC;
}
.TagClassName
{
border-color: #ED65AC;
}
</style>