Shades of Hot Pink #EC68B2
Tints of Hot Pink #EC68B2
RGB
CMYK
RGB Variations
Color information
#EC68B2 (or 0xEC68B2) is known color: Hot Pink. HEX triplet: EC, 68 and B2. RGB value is (236,104,178). Sum of RGB (Red+Green+Blue) = 236+104+178=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 104 (41.02% from 255 or 20.08% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC68B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC68B2 is #13974D. Grayscale: #979797. Windows color (decimal): -1283918 or 11692268. OLE color: 11692268.
HSL color Cylindrical-coordinate representation of color #EC68B2: hue angle of 326.36º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC68B2 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 178 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.07 |
| HSL | 326.36º | 0.78% | 0.67% | - |
| HSV(B) | 326.36º | 0.56% | 0.93% | - |
| XYZ | 47.58 | 30.95 | 45.59 | - |
| YUV | 151.9 | 142.73 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 178 | 0 | 0.56 | 0.25 | 0.07 | 326.36 | 0.78 | 0.67 |
| Hex | EC | 68 | B2 | 0 | 38 | 19 | 7 | 146 | 4E | 43 |
| Octal | 354 | 150 | 262 | 0 | 70 | 31 | 7 | 506 | 116 | 103 |
| Binary | 11101100 | 1101000 | 10110010 | 0 | 111000 | 11001 | 111 | 101000110 | 1001110 | 1000011 |
Color Harmonies of #EC68B2
Complementary color
Monochromatic Colors of #EC68B2
Black with #EC68B2
Text Example
Text Example
White with #EC68B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC68B2; }
p { color: rgb(236,104,178); }
H1.HeaderClassName
{
color: #EC68B2;
}
.AnyTagClassName
{
color: #EC68B2;
}
</style>
background-color css
<style>
a { background-color: #EC68B2; }
a { background-color: rgb(236,104,178); }
div.DivClassName
{
background-color: #EC68B2;
}
.BgClassName
{
background-color: #EC68B2;
}
</style>
border-color css
<style>
span { border-color: #EC68B2; }
span { border-color: rgb(236,104,178); }
td.TdClassName
{
border-color: #EC68B2;
}
.TagClassName
{
border-color: #EC68B2;
}
</style>