Shades of Hot Pink #EC70B3
Tints of Hot Pink #EC70B3
RGB
CMYK
RGB Variations
Color information
#EC70B3 (or 0xEC70B3) is known color: Hot Pink. HEX triplet: EC, 70 and B3. RGB value is (236,112,179). Sum of RGB (Red+Green+Blue) = 236+112+179=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 179 (70.31% from 255 or 33.97% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC70B3 is #138F4C. Grayscale: #9C9C9C. Windows color (decimal): -1281869 or 11759852. OLE color: 11759852.
HSL color Cylindrical-coordinate representation of color #EC70B3: hue angle of 327.58º 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 #EC70B3 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 179 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.07 |
| HSL | 327.58º | 0.77% | 0.68% | - |
| HSV(B) | 327.58º | 0.53% | 0.93% | - |
| XYZ | 48.52 | 32.68 | 46.4 | - |
| YUV | 156.71 | 140.58 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 179 | 0 | 0.53 | 0.24 | 0.07 | 327.58 | 0.77 | 0.68 |
| Hex | EC | 70 | B3 | 0 | 35 | 18 | 7 | 148 | 4D | 44 |
| Octal | 354 | 160 | 263 | 0 | 65 | 30 | 7 | 510 | 115 | 104 |
| Binary | 11101100 | 1110000 | 10110011 | 0 | 110101 | 11000 | 111 | 101001000 | 1001101 | 1000100 |
Color Harmonies of #EC70B3
Complementary color
Monochromatic Colors of #EC70B3
Black with #EC70B3
Text Example
Text Example
White with #EC70B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC70B3; }
p { color: rgb(236,112,179); }
H1.HeaderClassName
{
color: #EC70B3;
}
.AnyTagClassName
{
color: #EC70B3;
}
</style>
background-color css
<style>
a { background-color: #EC70B3; }
a { background-color: rgb(236,112,179); }
div.DivClassName
{
background-color: #EC70B3;
}
.BgClassName
{
background-color: #EC70B3;
}
</style>
border-color css
<style>
span { border-color: #EC70B3; }
span { border-color: rgb(236,112,179); }
td.TdClassName
{
border-color: #EC70B3;
}
.TagClassName
{
border-color: #EC70B3;
}
</style>