Shades of Hot Pink #ED66B9
Tints of Hot Pink #ED66B9
RGB
CMYK
RGB Variations
Color information
#ED66B9 (or 0xED66B9) is known color: Hot Pink. HEX triplet: ED, 66 and B9. RGB value is (237,102,185). Sum of RGB (Red+Green+Blue) = 237+102+185=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 102 (40.23% from 255 or 19.47% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #ED66B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED66B9 is #129946. Grayscale: #979797. Windows color (decimal): -1218887 or 12150509. OLE color: 12150509.
HSL color Cylindrical-coordinate representation of color #ED66B9: hue angle of 323.11º 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 #ED66B9 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 102 | 185 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.07 |
| HSL | 323.11º | 0.79% | 0.66% | - |
| HSV(B) | 323.11º | 0.57% | 0.93% | - |
| XYZ | 48.43 | 31.01 | 49.33 | - |
| YUV | 151.83 | 146.73 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 102 | 185 | 0 | 0.57 | 0.22 | 0.07 | 323.11 | 0.79 | 0.66 |
| Hex | ED | 66 | B9 | 0 | 39 | 16 | 7 | 143 | 4F | 42 |
| Octal | 355 | 146 | 271 | 0 | 71 | 26 | 7 | 503 | 117 | 102 |
| Binary | 11101101 | 1100110 | 10111001 | 0 | 111001 | 10110 | 111 | 101000011 | 1001111 | 1000010 |
Color Harmonies of #ED66B9
Complementary color
Monochromatic Colors of #ED66B9
Black with #ED66B9
Text Example
Text Example
White with #ED66B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED66B9; }
p { color: rgb(237,102,185); }
H1.HeaderClassName
{
color: #ED66B9;
}
.AnyTagClassName
{
color: #ED66B9;
}
</style>
background-color css
<style>
a { background-color: #ED66B9; }
a { background-color: rgb(237,102,185); }
div.DivClassName
{
background-color: #ED66B9;
}
.BgClassName
{
background-color: #ED66B9;
}
</style>
border-color css
<style>
span { border-color: #ED66B9; }
span { border-color: rgb(237,102,185); }
td.TdClassName
{
border-color: #ED66B9;
}
.TagClassName
{
border-color: #ED66B9;
}
</style>