Shades of Hot Pink #EC6DB5
Tints of Hot Pink #EC6DB5
RGB
CMYK
RGB Variations
Color information
#EC6DB5 (or 0xEC6DB5) is known color: Hot Pink. HEX triplet: EC, 6D and B5. RGB value is (236,109,181). Sum of RGB (Red+Green+Blue) = 236+109+181=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 109 (42.97% from 255 or 20.72% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6DB5 is #13924A. Grayscale: #9B9B9B. Windows color (decimal): -1282635 or 11890156. OLE color: 11890156.
HSL color Cylindrical-coordinate representation of color #EC6DB5: hue angle of 325.98º degrees, saturation: 0.77, 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 #EC6DB5 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 109 | 181 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.07 |
| HSL | 325.98º | 0.77% | 0.68% | - |
| HSV(B) | 325.98º | 0.54% | 0.93% | - |
| XYZ | 48.4 | 32.11 | 47.36 | - |
| YUV | 155.18 | 142.58 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 109 | 181 | 0 | 0.54 | 0.23 | 0.07 | 325.98 | 0.77 | 0.68 |
| Hex | EC | 6D | B5 | 0 | 36 | 17 | 7 | 146 | 4D | 44 |
| Octal | 354 | 155 | 265 | 0 | 66 | 27 | 7 | 506 | 115 | 104 |
| Binary | 11101100 | 1101101 | 10110101 | 0 | 110110 | 10111 | 111 | 101000110 | 1001101 | 1000100 |
Color Harmonies of #EC6DB5
Complementary color
Monochromatic Colors of #EC6DB5
Black with #EC6DB5
Text Example
Text Example
White with #EC6DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6DB5; }
p { color: rgb(236,109,181); }
H1.HeaderClassName
{
color: #EC6DB5;
}
.AnyTagClassName
{
color: #EC6DB5;
}
</style>
background-color css
<style>
a { background-color: #EC6DB5; }
a { background-color: rgb(236,109,181); }
div.DivClassName
{
background-color: #EC6DB5;
}
.BgClassName
{
background-color: #EC6DB5;
}
</style>
border-color css
<style>
span { border-color: #EC6DB5; }
span { border-color: rgb(236,109,181); }
td.TdClassName
{
border-color: #EC6DB5;
}
.TagClassName
{
border-color: #EC6DB5;
}
</style>