#EC75C9

Color #EC75C9 Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #EC75C9

Tints of Neon Pink #EC75C9

Color information

#EC75C9 (or 0xEC75C9) is unknown color: approx 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

RGB236117201-
CMYK00.500.150.07
HSL317.65º75.8%69.22%-
HSV(B)317.65º50.42%92.55%-
XYZ51.534.7759.26-
YUV162.16149.92180.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 236 (92.58% from 255) = 42.60%
GREEN value IS 117 (46.09% from 255) = 21.12%
BLUE value IS 201 (78.91% from 255) = 36.28%
R=42.60%
G=21.12%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611720100.500.150.07317.6575.869.22
HexEC75C9032F713e4c45
Octal354165311062177476114105
Binary111011001110101110010010110010111111110011111010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC75C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>