Shades of Neon Pink #EC6BCE
Tints of Neon Pink #EC6BCE
RGB
CMYK
RGB Variations
Color information
#EC6BCE (or 0xEC6BCE) is known color: Neon Pink. HEX triplet: EC, 6B and CE. RGB value is (236,107,206). Sum of RGB (Red+Green+Blue) = 236+107+206=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 107 (42.19% from 255 or 19.49% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6BCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6BCE is #139431. Grayscale: #9C9C9C. Windows color (decimal): -1283122 or 13528044. OLE color: 13528044.
HSL color Cylindrical-coordinate representation of color #EC6BCE: hue angle of 313.95º 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 #EC6BCE is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 206 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.07 |
| HSL | 313.95º | 0.77% | 0.67% | - |
| HSV(B) | 313.95º | 0.55% | 0.93% | - |
| XYZ | 50.99 | 32.8 | 62.04 | - |
| YUV | 156.86 | 155.74 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 206 | 0 | 0.55 | 0.13 | 0.07 | 313.95 | 0.77 | 0.67 |
| Hex | EC | 6B | CE | 0 | 37 | D | 7 | 13A | 4D | 43 |
| Octal | 354 | 153 | 316 | 0 | 67 | 15 | 7 | 472 | 115 | 103 |
| Binary | 11101100 | 1101011 | 11001110 | 0 | 110111 | 1101 | 111 | 100111010 | 1001101 | 1000011 |
Color Harmonies of #EC6BCE
Complementary color
Monochromatic Colors of #EC6BCE
Black with #EC6BCE
Text Example
Text Example
White with #EC6BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6BCE; }
p { color: rgb(236,107,206); }
H1.HeaderClassName
{
color: #EC6BCE;
}
.AnyTagClassName
{
color: #EC6BCE;
}
</style>
background-color css
<style>
a { background-color: #EC6BCE; }
a { background-color: rgb(236,107,206); }
div.DivClassName
{
background-color: #EC6BCE;
}
.BgClassName
{
background-color: #EC6BCE;
}
</style>
border-color css
<style>
span { border-color: #EC6BCE; }
span { border-color: rgb(236,107,206); }
td.TdClassName
{
border-color: #EC6BCE;
}
.TagClassName
{
border-color: #EC6BCE;
}
</style>