Shades of Hot Pink #EC6BB4
Tints of Hot Pink #EC6BB4
RGB
CMYK
RGB Variations
Color information
#EC6BB4 (or 0xEC6BB4) is known color: Hot Pink. HEX triplet: EC, 6B and B4. RGB value is (236,107,180). Sum of RGB (Red+Green+Blue) = 236+107+180=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 107 (42.19% from 255 or 20.46% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6BB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6BB4 is #13944B. Grayscale: #999999. Windows color (decimal): -1283148 or 11824108. OLE color: 11824108.
HSL color Cylindrical-coordinate representation of color #EC6BB4: hue angle of 326.05º 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 #EC6BB4 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 180 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.07 |
| HSL | 326.05º | 0.77% | 0.67% | - |
| HSV(B) | 326.05º | 0.55% | 0.93% | - |
| XYZ | 48.09 | 31.64 | 46.75 | - |
| YUV | 153.89 | 142.74 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 180 | 0 | 0.55 | 0.24 | 0.07 | 326.05 | 0.77 | 0.67 |
| Hex | EC | 6B | B4 | 0 | 37 | 18 | 7 | 146 | 4D | 43 |
| Octal | 354 | 153 | 264 | 0 | 67 | 30 | 7 | 506 | 115 | 103 |
| Binary | 11101100 | 1101011 | 10110100 | 0 | 110111 | 11000 | 111 | 101000110 | 1001101 | 1000011 |
Color Harmonies of #EC6BB4
Complementary color
Monochromatic Colors of #EC6BB4
Black with #EC6BB4
Text Example
Text Example
White with #EC6BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6BB4; }
p { color: rgb(236,107,180); }
H1.HeaderClassName
{
color: #EC6BB4;
}
.AnyTagClassName
{
color: #EC6BB4;
}
</style>
background-color css
<style>
a { background-color: #EC6BB4; }
a { background-color: rgb(236,107,180); }
div.DivClassName
{
background-color: #EC6BB4;
}
.BgClassName
{
background-color: #EC6BB4;
}
</style>
border-color css
<style>
span { border-color: #EC6BB4; }
span { border-color: rgb(236,107,180); }
td.TdClassName
{
border-color: #EC6BB4;
}
.TagClassName
{
border-color: #EC6BB4;
}
</style>