Shades of Hot Pink #ED65BA
Tints of Hot Pink #ED65BA
RGB
CMYK
RGB Variations
Color information
#ED65BA (or 0xED65BA) is known color: Hot Pink. HEX triplet: ED, 65 and BA. RGB value is (237,101,186). Sum of RGB (Red+Green+Blue) = 237+101+186=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 101 (39.84% from 255 or 19.27% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #ED65BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED65BA is #129A45. Grayscale: #979797. Windows color (decimal): -1219142 or 12215789. OLE color: 12215789.
HSL color Cylindrical-coordinate representation of color #ED65BA: hue angle of 322.5º 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 #ED65BA is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 101 | 186 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.07 |
| HSL | 322.5º | 0.79% | 0.66% | - |
| HSV(B) | 322.5º | 0.57% | 0.93% | - |
| XYZ | 48.44 | 30.86 | 49.86 | - |
| YUV | 151.35 | 147.56 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 101 | 186 | 0 | 0.57 | 0.22 | 0.07 | 322.5 | 0.79 | 0.66 |
| Hex | ED | 65 | BA | 0 | 39 | 16 | 7 | 142 | 4F | 42 |
| Octal | 355 | 145 | 272 | 0 | 71 | 26 | 7 | 502 | 117 | 102 |
| Binary | 11101101 | 1100101 | 10111010 | 0 | 111001 | 10110 | 111 | 101000010 | 1001111 | 1000010 |
Color Harmonies of #ED65BA
Complementary color
Monochromatic Colors of #ED65BA
Black with #ED65BA
Text Example
Text Example
White with #ED65BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED65BA; }
p { color: rgb(237,101,186); }
H1.HeaderClassName
{
color: #ED65BA;
}
.AnyTagClassName
{
color: #ED65BA;
}
</style>
background-color css
<style>
a { background-color: #ED65BA; }
a { background-color: rgb(237,101,186); }
div.DivClassName
{
background-color: #ED65BA;
}
.BgClassName
{
background-color: #ED65BA;
}
</style>
border-color css
<style>
span { border-color: #ED65BA; }
span { border-color: rgb(237,101,186); }
td.TdClassName
{
border-color: #ED65BA;
}
.TagClassName
{
border-color: #ED65BA;
}
</style>