Shades of Neon Pink #EC6ACB
Tints of Neon Pink #EC6ACB
RGB
CMYK
RGB Variations
Color information
#EC6ACB (or 0xEC6ACB) is known color: Neon Pink. HEX triplet: EC, 6A and CB. RGB value is (236,106,203). Sum of RGB (Red+Green+Blue) = 236+106+203=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 106 (41.80% from 255 or 19.45% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6ACB is #139534. Grayscale: #9B9B9B. Windows color (decimal): -1283381 or 13331180. OLE color: 13331180.
HSL color Cylindrical-coordinate representation of color #EC6ACB: hue angle of 315.23º 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 #EC6ACB is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 106 | 203 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.07 |
| HSL | 315.23º | 0.77% | 0.67% | - |
| HSV(B) | 315.23º | 0.55% | 0.93% | - |
| XYZ | 50.53 | 32.45 | 60.1 | - |
| YUV | 155.93 | 154.57 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 106 | 203 | 0 | 0.55 | 0.14 | 0.07 | 315.23 | 0.77 | 0.67 |
| Hex | EC | 6A | CB | 0 | 37 | E | 7 | 13B | 4D | 43 |
| Octal | 354 | 152 | 313 | 0 | 67 | 16 | 7 | 473 | 115 | 103 |
| Binary | 11101100 | 1101010 | 11001011 | 0 | 110111 | 1110 | 111 | 100111011 | 1001101 | 1000011 |
Color Harmonies of #EC6ACB
Complementary color
Monochromatic Colors of #EC6ACB
Black with #EC6ACB
Text Example
Text Example
White with #EC6ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6ACB; }
p { color: rgb(236,106,203); }
H1.HeaderClassName
{
color: #EC6ACB;
}
.AnyTagClassName
{
color: #EC6ACB;
}
</style>
background-color css
<style>
a { background-color: #EC6ACB; }
a { background-color: rgb(236,106,203); }
div.DivClassName
{
background-color: #EC6ACB;
}
.BgClassName
{
background-color: #EC6ACB;
}
</style>
border-color css
<style>
span { border-color: #EC6ACB; }
span { border-color: rgb(236,106,203); }
td.TdClassName
{
border-color: #EC6ACB;
}
.TagClassName
{
border-color: #EC6ACB;
}
</style>