Shades of Hot Pink #ED65BB
Tints of Hot Pink #ED65BB
RGB
CMYK
RGB Variations
Color information
#ED65BB (or 0xED65BB) is known color: Hot Pink. HEX triplet: ED, 65 and BB. RGB value is (237,101,187). Sum of RGB (Red+Green+Blue) = 237+101+187=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 101 (39.84% from 255 or 19.24% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #ED65BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED65BB is #129A44. Grayscale: #979797. Windows color (decimal): -1219141 or 12281325. OLE color: 12281325.
HSL color Cylindrical-coordinate representation of color #ED65BB: hue angle of 322.06º 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 #ED65BB is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 101 | 187 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.07 |
| HSL | 322.06º | 0.79% | 0.66% | - |
| HSV(B) | 322.06º | 0.57% | 0.93% | - |
| XYZ | 48.55 | 30.9 | 50.42 | - |
| YUV | 151.47 | 148.06 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 101 | 187 | 0 | 0.57 | 0.21 | 0.07 | 322.06 | 0.79 | 0.66 |
| Hex | ED | 65 | BB | 0 | 39 | 15 | 7 | 142 | 4F | 42 |
| Octal | 355 | 145 | 273 | 0 | 71 | 25 | 7 | 502 | 117 | 102 |
| Binary | 11101101 | 1100101 | 10111011 | 0 | 111001 | 10101 | 111 | 101000010 | 1001111 | 1000010 |
Color Harmonies of #ED65BB
Complementary color
Monochromatic Colors of #ED65BB
Black with #ED65BB
Text Example
Text Example
White with #ED65BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED65BB; }
p { color: rgb(237,101,187); }
H1.HeaderClassName
{
color: #ED65BB;
}
.AnyTagClassName
{
color: #ED65BB;
}
</style>
background-color css
<style>
a { background-color: #ED65BB; }
a { background-color: rgb(237,101,187); }
div.DivClassName
{
background-color: #ED65BB;
}
.BgClassName
{
background-color: #ED65BB;
}
</style>
border-color css
<style>
span { border-color: #ED65BB; }
span { border-color: rgb(237,101,187); }
td.TdClassName
{
border-color: #ED65BB;
}
.TagClassName
{
border-color: #ED65BB;
}
</style>