Shades of Hot Pink #EC67AB
Tints of Hot Pink #EC67AB
RGB
CMYK
RGB Variations
Color information
#EC67AB (or 0xEC67AB) is known color: Hot Pink. HEX triplet: EC, 67 and AB. RGB value is (236,103,171). Sum of RGB (Red+Green+Blue) = 236+103+171=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 103 (40.62% from 255 or 20.20% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC67AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC67AB is #139854. Grayscale: #969696. Windows color (decimal): -1284181 or 11233260. OLE color: 11233260.
HSL color Cylindrical-coordinate representation of color #EC67AB: hue angle of 329.32º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC67AB is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 171 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.07 |
| HSL | 329.32º | 0.78% | 0.66% | - |
| HSV(B) | 329.32º | 0.56% | 0.93% | - |
| XYZ | 46.79 | 30.47 | 41.94 | - |
| YUV | 150.52 | 139.56 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 171 | 0 | 0.56 | 0.28 | 0.07 | 329.32 | 0.78 | 0.66 |
| Hex | EC | 67 | AB | 0 | 38 | 1C | 7 | 149 | 4E | 42 |
| Octal | 354 | 147 | 253 | 0 | 70 | 34 | 7 | 511 | 116 | 102 |
| Binary | 11101100 | 1100111 | 10101011 | 0 | 111000 | 11100 | 111 | 101001001 | 1001110 | 1000010 |
Color Harmonies of #EC67AB
Complementary color
Monochromatic Colors of #EC67AB
Black with #EC67AB
Text Example
Text Example
White with #EC67AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC67AB; }
p { color: rgb(236,103,171); }
H1.HeaderClassName
{
color: #EC67AB;
}
.AnyTagClassName
{
color: #EC67AB;
}
</style>
background-color css
<style>
a { background-color: #EC67AB; }
a { background-color: rgb(236,103,171); }
div.DivClassName
{
background-color: #EC67AB;
}
.BgClassName
{
background-color: #EC67AB;
}
</style>
border-color css
<style>
span { border-color: #EC67AB; }
span { border-color: rgb(236,103,171); }
td.TdClassName
{
border-color: #EC67AB;
}
.TagClassName
{
border-color: #EC67AB;
}
</style>