Shades of Neon Pink #EC67CA
Tints of Neon Pink #EC67CA
RGB
CMYK
RGB Variations
Color information
#EC67CA (or 0xEC67CA) is known color: Neon Pink. HEX triplet: EC, 67 and CA. RGB value is (236,103,202). Sum of RGB (Red+Green+Blue) = 236+103+202=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 103 (40.62% from 255 or 19.04% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC67CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC67CA is #139835. Grayscale: #999999. Windows color (decimal): -1284150 or 13264876. OLE color: 13264876.
HSL color Cylindrical-coordinate representation of color #EC67CA: hue angle of 315.34º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC67CA is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 202 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.07 |
| HSL | 315.34º | 0.78% | 0.66% | - |
| HSV(B) | 315.34º | 0.56% | 0.93% | - |
| XYZ | 50.1 | 31.8 | 59.37 | - |
| YUV | 154.05 | 155.06 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 202 | 0 | 0.56 | 0.14 | 0.07 | 315.34 | 0.78 | 0.66 |
| Hex | EC | 67 | CA | 0 | 38 | E | 7 | 13B | 4E | 42 |
| Octal | 354 | 147 | 312 | 0 | 70 | 16 | 7 | 473 | 116 | 102 |
| Binary | 11101100 | 1100111 | 11001010 | 0 | 111000 | 1110 | 111 | 100111011 | 1001110 | 1000010 |
Color Harmonies of #EC67CA
Complementary color
Monochromatic Colors of #EC67CA
Black with #EC67CA
Text Example
Text Example
White with #EC67CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC67CA; }
p { color: rgb(236,103,202); }
H1.HeaderClassName
{
color: #EC67CA;
}
.AnyTagClassName
{
color: #EC67CA;
}
</style>
background-color css
<style>
a { background-color: #EC67CA; }
a { background-color: rgb(236,103,202); }
div.DivClassName
{
background-color: #EC67CA;
}
.BgClassName
{
background-color: #EC67CA;
}
</style>
border-color css
<style>
span { border-color: #EC67CA; }
span { border-color: rgb(236,103,202); }
td.TdClassName
{
border-color: #EC67CA;
}
.TagClassName
{
border-color: #EC67CA;
}
</style>