Shades of Neon Pink #EC6ACD
Tints of Neon Pink #EC6ACD
RGB
CMYK
RGB Variations
Color information
#EC6ACD (or 0xEC6ACD) is known color: Neon Pink. HEX triplet: EC, 6A and CD. RGB value is (236,106,205). Sum of RGB (Red+Green+Blue) = 236+106+205=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 106 (41.80% from 255 or 19.38% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6ACD is #139532. Grayscale: #9B9B9B. Windows color (decimal): -1283379 or 13462252. OLE color: 13462252.
HSL color Cylindrical-coordinate representation of color #EC6ACD: hue angle of 314.31º 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 #EC6ACD is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 106 | 205 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.07 |
| HSL | 314.31º | 0.77% | 0.67% | - |
| HSV(B) | 314.31º | 0.55% | 0.93% | - |
| XYZ | 50.77 | 32.55 | 61.36 | - |
| YUV | 156.16 | 155.57 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 106 | 205 | 0 | 0.55 | 0.13 | 0.07 | 314.31 | 0.77 | 0.67 |
| Hex | EC | 6A | CD | 0 | 37 | D | 7 | 13A | 4D | 43 |
| Octal | 354 | 152 | 315 | 0 | 67 | 15 | 7 | 472 | 115 | 103 |
| Binary | 11101100 | 1101010 | 11001101 | 0 | 110111 | 1101 | 111 | 100111010 | 1001101 | 1000011 |
Color Harmonies of #EC6ACD
Complementary color
Monochromatic Colors of #EC6ACD
Black with #EC6ACD
Text Example
Text Example
White with #EC6ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6ACD; }
p { color: rgb(236,106,205); }
H1.HeaderClassName
{
color: #EC6ACD;
}
.AnyTagClassName
{
color: #EC6ACD;
}
</style>
background-color css
<style>
a { background-color: #EC6ACD; }
a { background-color: rgb(236,106,205); }
div.DivClassName
{
background-color: #EC6ACD;
}
.BgClassName
{
background-color: #EC6ACD;
}
</style>
border-color css
<style>
span { border-color: #EC6ACD; }
span { border-color: rgb(236,106,205); }
td.TdClassName
{
border-color: #EC6ACD;
}
.TagClassName
{
border-color: #EC6ACD;
}
</style>