Shades of Neon Pink #EC75CA
Tints of Neon Pink #EC75CA
RGB
CMYK
RGB Variations
Color information
#EC75CA (or 0xEC75CA) is known color: Neon Pink. HEX triplet: EC, 75 and CA. RGB value is (236,117,202). Sum of RGB (Red+Green+Blue) = 236+117+202=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 117 (46.09% from 255 or 21.08% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC75CA is #138A35. Grayscale: #A2A2A2. Windows color (decimal): -1280566 or 13268460. OLE color: 13268460.
HSL color Cylindrical-coordinate representation of color #EC75CA: hue angle of 317.14º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC75CA is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 202 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.07 |
| HSL | 317.14º | 0.76% | 0.69% | - |
| HSV(B) | 317.14º | 0.5% | 0.93% | - |
| XYZ | 51.61 | 34.82 | 59.88 | - |
| YUV | 162.27 | 150.42 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 202 | 0 | 0.50 | 0.14 | 0.07 | 317.14 | 0.76 | 0.69 |
| Hex | EC | 75 | CA | 0 | 32 | E | 7 | 13D | 4C | 45 |
| Octal | 354 | 165 | 312 | 0 | 62 | 16 | 7 | 475 | 114 | 105 |
| Binary | 11101100 | 1110101 | 11001010 | 0 | 110010 | 1110 | 111 | 100111101 | 1001100 | 1000101 |
Color Harmonies of #EC75CA
Complementary color
Monochromatic Colors of #EC75CA
Black with #EC75CA
Text Example
Text Example
White with #EC75CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC75CA; }
p { color: rgb(236,117,202); }
H1.HeaderClassName
{
color: #EC75CA;
}
.AnyTagClassName
{
color: #EC75CA;
}
</style>
background-color css
<style>
a { background-color: #EC75CA; }
a { background-color: rgb(236,117,202); }
div.DivClassName
{
background-color: #EC75CA;
}
.BgClassName
{
background-color: #EC75CA;
}
</style>
border-color css
<style>
span { border-color: #EC75CA; }
span { border-color: rgb(236,117,202); }
td.TdClassName
{
border-color: #EC75CA;
}
.TagClassName
{
border-color: #EC75CA;
}
</style>