Shades of Neon Pink #EC68BE
Tints of Neon Pink #EC68BE
RGB
CMYK
RGB Variations
Color information
#EC68BE (or 0xEC68BE) is known color: Neon Pink. HEX triplet: EC, 68 and BE. RGB value is (236,104,190). Sum of RGB (Red+Green+Blue) = 236+104+190=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 104 (41.02% from 255 or 19.62% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC68BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC68BE is #139741. Grayscale: #999999. Windows color (decimal): -1283906 or 12478700. OLE color: 12478700.
HSL color Cylindrical-coordinate representation of color #EC68BE: hue angle of 320.91º 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 #EC68BE is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 190 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.07 |
| HSL | 320.91º | 0.78% | 0.67% | - |
| HSV(B) | 320.91º | 0.56% | 0.93% | - |
| XYZ | 48.84 | 31.45 | 52.21 | - |
| YUV | 153.27 | 148.73 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 190 | 0 | 0.56 | 0.19 | 0.07 | 320.91 | 0.78 | 0.67 |
| Hex | EC | 68 | BE | 0 | 38 | 13 | 7 | 141 | 4E | 43 |
| Octal | 354 | 150 | 276 | 0 | 70 | 23 | 7 | 501 | 116 | 103 |
| Binary | 11101100 | 1101000 | 10111110 | 0 | 111000 | 10011 | 111 | 101000001 | 1001110 | 1000011 |
Color Harmonies of #EC68BE
Complementary color
Monochromatic Colors of #EC68BE
Black with #EC68BE
Text Example
Text Example
White with #EC68BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC68BE; }
p { color: rgb(236,104,190); }
H1.HeaderClassName
{
color: #EC68BE;
}
.AnyTagClassName
{
color: #EC68BE;
}
</style>
background-color css
<style>
a { background-color: #EC68BE; }
a { background-color: rgb(236,104,190); }
div.DivClassName
{
background-color: #EC68BE;
}
.BgClassName
{
background-color: #EC68BE;
}
</style>
border-color css
<style>
span { border-color: #EC68BE; }
span { border-color: rgb(236,104,190); }
td.TdClassName
{
border-color: #EC68BE;
}
.TagClassName
{
border-color: #EC68BE;
}
</style>