Shades of Hot Pink #ED6CB4
Tints of Hot Pink #ED6CB4
RGB
CMYK
RGB Variations
Color information
#ED6CB4 (or 0xED6CB4) is known color: Hot Pink. HEX triplet: ED, 6C and B4. RGB value is (237,108,180). Sum of RGB (Red+Green+Blue) = 237+108+180=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 108 (42.58% from 255 or 20.57% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6CB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6CB4 is #12934B. Grayscale: #9A9A9A. Windows color (decimal): -1217356 or 11824365. OLE color: 11824365.
HSL color Cylindrical-coordinate representation of color #ED6CB4: hue angle of 326.51º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED6CB4 is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 108 | 180 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.07 |
| HSL | 326.51º | 0.78% | 0.68% | - |
| HSV(B) | 326.51º | 0.54% | 0.93% | - |
| XYZ | 48.53 | 32.02 | 46.8 | - |
| YUV | 154.78 | 142.24 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 108 | 180 | 0 | 0.54 | 0.24 | 0.07 | 326.51 | 0.78 | 0.68 |
| Hex | ED | 6C | B4 | 0 | 36 | 18 | 7 | 147 | 4E | 44 |
| Octal | 355 | 154 | 264 | 0 | 66 | 30 | 7 | 507 | 116 | 104 |
| Binary | 11101101 | 1101100 | 10110100 | 0 | 110110 | 11000 | 111 | 101000111 | 1001110 | 1000100 |
Color Harmonies of #ED6CB4
Complementary color
Monochromatic Colors of #ED6CB4
Black with #ED6CB4
Text Example
Text Example
White with #ED6CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6CB4; }
p { color: rgb(237,108,180); }
H1.HeaderClassName
{
color: #ED6CB4;
}
.AnyTagClassName
{
color: #ED6CB4;
}
</style>
background-color css
<style>
a { background-color: #ED6CB4; }
a { background-color: rgb(237,108,180); }
div.DivClassName
{
background-color: #ED6CB4;
}
.BgClassName
{
background-color: #ED6CB4;
}
</style>
border-color css
<style>
span { border-color: #ED6CB4; }
span { border-color: rgb(237,108,180); }
td.TdClassName
{
border-color: #ED6CB4;
}
.TagClassName
{
border-color: #ED6CB4;
}
</style>