Shades of Hot Pink #EC6EB5
Tints of Hot Pink #EC6EB5
RGB
CMYK
RGB Variations
Color information
#EC6EB5 (or 0xEC6EB5) is known color: Hot Pink. HEX triplet: EC, 6E and B5. RGB value is (236,110,181). Sum of RGB (Red+Green+Blue) = 236+110+181=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 110 (43.36% from 255 or 20.87% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6EB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6EB5 is #13914A. Grayscale: #9B9B9B. Windows color (decimal): -1282379 or 11890412. OLE color: 11890412.
HSL color Cylindrical-coordinate representation of color #EC6EB5: hue angle of 326.19º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC6EB5 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 110 | 181 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.07 |
| HSL | 326.19º | 0.77% | 0.68% | - |
| HSV(B) | 326.19º | 0.53% | 0.93% | - |
| XYZ | 48.51 | 32.32 | 47.4 | - |
| YUV | 155.77 | 142.24 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 110 | 181 | 0 | 0.53 | 0.23 | 0.07 | 326.19 | 0.77 | 0.68 |
| Hex | EC | 6E | B5 | 0 | 35 | 17 | 7 | 146 | 4D | 44 |
| Octal | 354 | 156 | 265 | 0 | 65 | 27 | 7 | 506 | 115 | 104 |
| Binary | 11101100 | 1101110 | 10110101 | 0 | 110101 | 10111 | 111 | 101000110 | 1001101 | 1000100 |
Color Harmonies of #EC6EB5
Complementary color
Monochromatic Colors of #EC6EB5
Black with #EC6EB5
Text Example
Text Example
White with #EC6EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6EB5; }
p { color: rgb(236,110,181); }
H1.HeaderClassName
{
color: #EC6EB5;
}
.AnyTagClassName
{
color: #EC6EB5;
}
</style>
background-color css
<style>
a { background-color: #EC6EB5; }
a { background-color: rgb(236,110,181); }
div.DivClassName
{
background-color: #EC6EB5;
}
.BgClassName
{
background-color: #EC6EB5;
}
</style>
border-color css
<style>
span { border-color: #EC6EB5; }
span { border-color: rgb(236,110,181); }
td.TdClassName
{
border-color: #EC6EB5;
}
.TagClassName
{
border-color: #EC6EB5;
}
</style>