Shades of Hot Pink #EC5BB5
Tints of Hot Pink #EC5BB5
RGB
CMYK
RGB Variations
Color information
#EC5BB5 (or 0xEC5BB5) is known color: Hot Pink. HEX triplet: EC, 5B and B5. RGB value is (236,91,181). Sum of RGB (Red+Green+Blue) = 236+91+181=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 91 (35.94% from 255 or 17.91% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5BB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5BB5 is #13A44A. Grayscale: #909090. Windows color (decimal): -1287243 or 11885548. OLE color: 11885548.
HSL color Cylindrical-coordinate representation of color #EC5BB5: hue angle of 322.76º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5BB5 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 91 | 181 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.07 |
| HSL | 322.76º | 0.79% | 0.64% | - |
| HSV(B) | 322.76º | 0.61% | 0.93% | - |
| XYZ | 46.67 | 28.65 | 46.79 | - |
| YUV | 144.62 | 148.54 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 91 | 181 | 0 | 0.61 | 0.23 | 0.07 | 322.76 | 0.79 | 0.64 |
| Hex | EC | 5B | B5 | 0 | 3D | 17 | 7 | 143 | 4F | 40 |
| Octal | 354 | 133 | 265 | 0 | 75 | 27 | 7 | 503 | 117 | 100 |
| Binary | 11101100 | 1011011 | 10110101 | 0 | 111101 | 10111 | 111 | 101000011 | 1001111 | 1000000 |
Color Harmonies of #EC5BB5
Complementary color
Monochromatic Colors of #EC5BB5
Black with #EC5BB5
Text Example
Text Example
White with #EC5BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5BB5; }
p { color: rgb(236,91,181); }
H1.HeaderClassName
{
color: #EC5BB5;
}
.AnyTagClassName
{
color: #EC5BB5;
}
</style>
background-color css
<style>
a { background-color: #EC5BB5; }
a { background-color: rgb(236,91,181); }
div.DivClassName
{
background-color: #EC5BB5;
}
.BgClassName
{
background-color: #EC5BB5;
}
</style>
border-color css
<style>
span { border-color: #EC5BB5; }
span { border-color: rgb(236,91,181); }
td.TdClassName
{
border-color: #EC5BB5;
}
.TagClassName
{
border-color: #EC5BB5;
}
</style>