Shades of Hot Pink #ED62BB
Tints of Hot Pink #ED62BB
RGB
CMYK
RGB Variations
Color information
#ED62BB (or 0xED62BB) is known color: Hot Pink. HEX triplet: ED, 62 and BB. RGB value is (237,98,187). Sum of RGB (Red+Green+Blue) = 237+98+187=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 98 (38.67% from 255 or 18.77% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #ED62BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED62BB is #129D44. Grayscale: #959595. Windows color (decimal): -1219909 or 12280557. OLE color: 12280557.
HSL color Cylindrical-coordinate representation of color #ED62BB: hue angle of 321.58º 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 #ED62BB is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 98 | 187 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.07 |
| HSL | 321.58º | 0.79% | 0.66% | - |
| HSV(B) | 321.58º | 0.59% | 0.93% | - |
| XYZ | 48.26 | 30.33 | 50.32 | - |
| YUV | 149.71 | 149.05 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 98 | 187 | 0 | 0.59 | 0.21 | 0.07 | 321.58 | 0.79 | 0.66 |
| Hex | ED | 62 | BB | 0 | 3B | 15 | 7 | 142 | 4F | 42 |
| Octal | 355 | 142 | 273 | 0 | 73 | 25 | 7 | 502 | 117 | 102 |
| Binary | 11101101 | 1100010 | 10111011 | 0 | 111011 | 10101 | 111 | 101000010 | 1001111 | 1000010 |
Color Harmonies of #ED62BB
Complementary color
Monochromatic Colors of #ED62BB
Black with #ED62BB
Text Example
Text Example
White with #ED62BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED62BB; }
p { color: rgb(237,98,187); }
H1.HeaderClassName
{
color: #ED62BB;
}
.AnyTagClassName
{
color: #ED62BB;
}
</style>
background-color css
<style>
a { background-color: #ED62BB; }
a { background-color: rgb(237,98,187); }
div.DivClassName
{
background-color: #ED62BB;
}
.BgClassName
{
background-color: #ED62BB;
}
</style>
border-color css
<style>
span { border-color: #ED62BB; }
span { border-color: rgb(237,98,187); }
td.TdClassName
{
border-color: #ED62BB;
}
.TagClassName
{
border-color: #ED62BB;
}
</style>