Shades of Hot Pink #EC5AB3
Tints of Hot Pink #EC5AB3
RGB
CMYK
RGB Variations
Color information
#EC5AB3 (or 0xEC5AB3) is known color: Hot Pink. HEX triplet: EC, 5A and B3. RGB value is (236,90,179). Sum of RGB (Red+Green+Blue) = 236+90+179=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 90 (35.55% from 255 or 17.82% from 505); Blue value is 179 (70.31% from 255 or 35.45% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5AB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5AB3 is #13A54C. Grayscale: #8F8F8F. Windows color (decimal): -1287501 or 11754220. OLE color: 11754220.
HSL color Cylindrical-coordinate representation of color #EC5AB3: hue angle of 323.42º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC5AB3 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 90 | 179 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.07 |
| HSL | 323.42º | 0.79% | 0.64% | - |
| HSV(B) | 323.42º | 0.62% | 0.93% | - |
| XYZ | 46.38 | 28.4 | 45.68 | - |
| YUV | 143.8 | 147.87 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 90 | 179 | 0 | 0.62 | 0.24 | 0.07 | 323.42 | 0.79 | 0.64 |
| Hex | EC | 5A | B3 | 0 | 3E | 18 | 7 | 143 | 4F | 40 |
| Octal | 354 | 132 | 263 | 0 | 76 | 30 | 7 | 503 | 117 | 100 |
| Binary | 11101100 | 1011010 | 10110011 | 0 | 111110 | 11000 | 111 | 101000011 | 1001111 | 1000000 |
Color Harmonies of #EC5AB3
Complementary color
Monochromatic Colors of #EC5AB3
Black with #EC5AB3
Text Example
Text Example
White with #EC5AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5AB3; }
p { color: rgb(236,90,179); }
H1.HeaderClassName
{
color: #EC5AB3;
}
.AnyTagClassName
{
color: #EC5AB3;
}
</style>
background-color css
<style>
a { background-color: #EC5AB3; }
a { background-color: rgb(236,90,179); }
div.DivClassName
{
background-color: #EC5AB3;
}
.BgClassName
{
background-color: #EC5AB3;
}
</style>
border-color css
<style>
span { border-color: #EC5AB3; }
span { border-color: rgb(236,90,179); }
td.TdClassName
{
border-color: #EC5AB3;
}
.TagClassName
{
border-color: #EC5AB3;
}
</style>