Shades of Hot Pink #EC6FB5
Tints of Hot Pink #EC6FB5
RGB
CMYK
RGB Variations
Color information
#EC6FB5 (or 0xEC6FB5) is known color: Hot Pink. HEX triplet: EC, 6F and B5. RGB value is (236,111,181). Sum of RGB (Red+Green+Blue) = 236+111+181=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 111 (43.75% from 255 or 21.02% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6FB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6FB5 is #13904A. Grayscale: #9C9C9C. Windows color (decimal): -1282123 or 11890668. OLE color: 11890668.
HSL color Cylindrical-coordinate representation of color #EC6FB5: hue angle of 326.4º 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 #EC6FB5 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 181 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.07 |
| HSL | 326.4º | 0.77% | 0.68% | - |
| HSV(B) | 326.4º | 0.53% | 0.93% | - |
| XYZ | 48.62 | 32.54 | 47.43 | - |
| YUV | 156.36 | 141.91 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 181 | 0 | 0.53 | 0.23 | 0.07 | 326.4 | 0.77 | 0.68 |
| Hex | EC | 6F | B5 | 0 | 35 | 17 | 7 | 146 | 4D | 44 |
| Octal | 354 | 157 | 265 | 0 | 65 | 27 | 7 | 506 | 115 | 104 |
| Binary | 11101100 | 1101111 | 10110101 | 0 | 110101 | 10111 | 111 | 101000110 | 1001101 | 1000100 |
Color Harmonies of #EC6FB5
Complementary color
Monochromatic Colors of #EC6FB5
Black with #EC6FB5
Text Example
Text Example
White with #EC6FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6FB5; }
p { color: rgb(236,111,181); }
H1.HeaderClassName
{
color: #EC6FB5;
}
.AnyTagClassName
{
color: #EC6FB5;
}
</style>
background-color css
<style>
a { background-color: #EC6FB5; }
a { background-color: rgb(236,111,181); }
div.DivClassName
{
background-color: #EC6FB5;
}
.BgClassName
{
background-color: #EC6FB5;
}
</style>
border-color css
<style>
span { border-color: #EC6FB5; }
span { border-color: rgb(236,111,181); }
td.TdClassName
{
border-color: #EC6FB5;
}
.TagClassName
{
border-color: #EC6FB5;
}
</style>