Shades of Neon Pink #EC75C9
Tints of Neon Pink #EC75C9
RGB
CMYK
RGB Variations
Color information
#EC75C9 (or 0xEC75C9) is known color: Neon Pink. HEX triplet: EC, 75 and C9. RGB value is (236,117,201). Sum of RGB (Red+Green+Blue) = 236+117+201=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 117 (46.09% from 255 or 21.12% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC75C9 is #138A36. Grayscale: #A1A1A1. Windows color (decimal): -1280567 or 13202924. OLE color: 13202924.
HSL color Cylindrical-coordinate representation of color #EC75C9: hue angle of 317.65º 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 #EC75C9 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 117 | 201 | - |
CMYK | 0 | 0.50 | 0.15 | 0.07 |
HSL | 317.65º | 0.76% | 0.69% | - |
HSV(B) | 317.65º | 0.5% | 0.93% | - |
XYZ | 51.5 | 34.77 | 59.26 | - |
YUV | 162.16 | 149.92 | 180.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 117 | 201 | 0 | 0.50 | 0.15 | 0.07 | 317.65 | 0.76 | 0.69 |
Hex | EC | 75 | C9 | 0 | 32 | F | 7 | 13E | 4C | 45 |
Octal | 354 | 165 | 311 | 0 | 62 | 17 | 7 | 476 | 114 | 105 |
Binary | 11101100 | 1110101 | 11001001 | 0 | 110010 | 1111 | 111 | 100111110 | 1001100 | 1000101 |
Color Harmonies of #EC75C9
Complementary color
Monochromatic Colors of #EC75C9
Black with #EC75C9
Text Example
Text Example
White with #EC75C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC75C9; }
p { color: rgb(236,117,201); }
H1.HeaderClassName
{
color: #EC75C9;
}
.AnyTagClassName
{
color: #EC75C9;
}
</style>
background-color css
<style>
a { background-color: #EC75C9; }
a { background-color: rgb(236,117,201); }
div.DivClassName
{
background-color: #EC75C9;
}
.BgClassName
{
background-color: #EC75C9;
}
</style>
border-color css
<style>
span { border-color: #EC75C9; }
span { border-color: rgb(236,117,201); }
td.TdClassName
{
border-color: #EC75C9;
}
.TagClassName
{
border-color: #EC75C9;
}
</style>