Shades of Hot Pink #EC6BAF
Tints of Hot Pink #EC6BAF
RGB
CMYK
RGB Variations
Color information
#EC6BAF (or 0xEC6BAF) is known color: Hot Pink. HEX triplet: EC, 6B and AF. RGB value is (236,107,175). Sum of RGB (Red+Green+Blue) = 236+107+175=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6BAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6BAF is #139450. Grayscale: #999999. Windows color (decimal): -1283153 or 11496428. OLE color: 11496428.
HSL color Cylindrical-coordinate representation of color #EC6BAF: hue angle of 328.37º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC6BAF is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 175 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.07 |
| HSL | 328.37º | 0.77% | 0.67% | - |
| HSV(B) | 328.37º | 0.55% | 0.93% | - |
| XYZ | 47.59 | 31.44 | 44.12 | - |
| YUV | 153.32 | 140.24 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 175 | 0 | 0.55 | 0.26 | 0.07 | 328.37 | 0.77 | 0.67 |
| Hex | EC | 6B | AF | 0 | 37 | 1A | 7 | 148 | 4D | 43 |
| Octal | 354 | 153 | 257 | 0 | 67 | 32 | 7 | 510 | 115 | 103 |
| Binary | 11101100 | 1101011 | 10101111 | 0 | 110111 | 11010 | 111 | 101001000 | 1001101 | 1000011 |
Color Harmonies of #EC6BAF
Complementary color
Monochromatic Colors of #EC6BAF
Black with #EC6BAF
Text Example
Text Example
White with #EC6BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6BAF; }
p { color: rgb(236,107,175); }
H1.HeaderClassName
{
color: #EC6BAF;
}
.AnyTagClassName
{
color: #EC6BAF;
}
</style>
background-color css
<style>
a { background-color: #EC6BAF; }
a { background-color: rgb(236,107,175); }
div.DivClassName
{
background-color: #EC6BAF;
}
.BgClassName
{
background-color: #EC6BAF;
}
</style>
border-color css
<style>
span { border-color: #EC6BAF; }
span { border-color: rgb(236,107,175); }
td.TdClassName
{
border-color: #EC6BAF;
}
.TagClassName
{
border-color: #EC6BAF;
}
</style>