Shades of Hot Pink #EC6BB5
Tints of Hot Pink #EC6BB5
RGB
CMYK
RGB Variations
Color information
#EC6BB5 (or 0xEC6BB5) is known color: Hot Pink. HEX triplet: EC, 6B and B5. RGB value is (236,107,181). Sum of RGB (Red+Green+Blue) = 236+107+181=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 107 (42.19% from 255 or 20.42% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6BB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6BB5 is #13944A. Grayscale: #999999. Windows color (decimal): -1283147 or 11889644. OLE color: 11889644.
HSL color Cylindrical-coordinate representation of color #EC6BB5: hue angle of 325.58º 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 #EC6BB5 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 181 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.07 |
| HSL | 325.58º | 0.77% | 0.67% | - |
| HSV(B) | 325.58º | 0.55% | 0.93% | - |
| XYZ | 48.19 | 31.68 | 47.29 | - |
| YUV | 154.01 | 143.24 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 181 | 0 | 0.55 | 0.23 | 0.07 | 325.58 | 0.77 | 0.67 |
| Hex | EC | 6B | B5 | 0 | 37 | 17 | 7 | 146 | 4D | 43 |
| Octal | 354 | 153 | 265 | 0 | 67 | 27 | 7 | 506 | 115 | 103 |
| Binary | 11101100 | 1101011 | 10110101 | 0 | 110111 | 10111 | 111 | 101000110 | 1001101 | 1000011 |
Color Harmonies of #EC6BB5
Complementary color
Monochromatic Colors of #EC6BB5
Black with #EC6BB5
Text Example
Text Example
White with #EC6BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6BB5; }
p { color: rgb(236,107,181); }
H1.HeaderClassName
{
color: #EC6BB5;
}
.AnyTagClassName
{
color: #EC6BB5;
}
</style>
background-color css
<style>
a { background-color: #EC6BB5; }
a { background-color: rgb(236,107,181); }
div.DivClassName
{
background-color: #EC6BB5;
}
.BgClassName
{
background-color: #EC6BB5;
}
</style>
border-color css
<style>
span { border-color: #EC6BB5; }
span { border-color: rgb(236,107,181); }
td.TdClassName
{
border-color: #EC6BB5;
}
.TagClassName
{
border-color: #EC6BB5;
}
</style>