Shades of Neon Pink #EC6BCD
Tints of Neon Pink #EC6BCD
RGB
CMYK
RGB Variations
Color information
#EC6BCD (or 0xEC6BCD) is known color: Neon Pink. HEX triplet: EC, 6B and CD. RGB value is (236,107,205). Sum of RGB (Red+Green+Blue) = 236+107+205=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 107 (42.19% from 255 or 19.53% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6BCD is #139432. Grayscale: #9C9C9C. Windows color (decimal): -1283123 or 13462508. OLE color: 13462508.
HSL color Cylindrical-coordinate representation of color #EC6BCD: hue angle of 314.42º 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 #EC6BCD is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 205 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.07 |
| HSL | 314.42º | 0.77% | 0.67% | - |
| HSV(B) | 314.42º | 0.55% | 0.93% | - |
| XYZ | 50.87 | 32.76 | 61.4 | - |
| YUV | 156.74 | 155.24 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 205 | 0 | 0.55 | 0.13 | 0.07 | 314.42 | 0.77 | 0.67 |
| Hex | EC | 6B | CD | 0 | 37 | D | 7 | 13A | 4D | 43 |
| Octal | 354 | 153 | 315 | 0 | 67 | 15 | 7 | 472 | 115 | 103 |
| Binary | 11101100 | 1101011 | 11001101 | 0 | 110111 | 1101 | 111 | 100111010 | 1001101 | 1000011 |
Color Harmonies of #EC6BCD
Complementary color
Monochromatic Colors of #EC6BCD
Black with #EC6BCD
Text Example
Text Example
White with #EC6BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6BCD; }
p { color: rgb(236,107,205); }
H1.HeaderClassName
{
color: #EC6BCD;
}
.AnyTagClassName
{
color: #EC6BCD;
}
</style>
background-color css
<style>
a { background-color: #EC6BCD; }
a { background-color: rgb(236,107,205); }
div.DivClassName
{
background-color: #EC6BCD;
}
.BgClassName
{
background-color: #EC6BCD;
}
</style>
border-color css
<style>
span { border-color: #EC6BCD; }
span { border-color: rgb(236,107,205); }
td.TdClassName
{
border-color: #EC6BCD;
}
.TagClassName
{
border-color: #EC6BCD;
}
</style>