#EC75CF

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

Shades of Neon Pink #EC75CF

Tints of Neon Pink #EC75CF

Color information

#EC75CF (or 0xEC75CF) is unknown color: approx Neon Pink. HEX triplet: EC, 75 and CF. RGB value is (236,117,207). Sum of RGB (Red+Green+Blue) = 236+117+207=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 117 (46.09% from 255 or 20.89% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC75CF is #138A30. Grayscale: #A2A2A2. Windows color (decimal): -1280561 or 13596140. OLE color: 13596140.

HSL color Cylindrical-coordinate representation of color #EC75CF: hue angle of 314.62º 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 #EC75CF is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB236117207-
CMYK00.500.120.07
HSL314.62º75.8%69.22%-
HSV(B)314.62º50.42%92.55%-
XYZ52.2235.0663.05-
YUV162.84152.92180.18-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.14%
GREEN value IS 117 (46.09% from 255) = 20.89%
BLUE value IS 207 (81.25% from 255) = 36.96%
R=42.14%
G=20.89%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611720700.500.120.07314.6275.869.22
HexEC75CF032C713b4c45
Octal354165317062147473114105
Binary111011001110101110011110110010110011110011101110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC75CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC75CF; }

 p { color: rgb(236,117,207); }

 H1.HeaderClassName
 {
   color: #EC75CF;
 }
 .AnyTagClassName
 {
   color: #EC75CF;
 }
</style>
background-color css

<style>
 a { background-color: #EC75CF; }

 a { background-color: rgb(236,117,207); }

 div.DivClassName
 {
   background-color: #EC75CF;
 }
 .BgClassName
 {
   background-color: #EC75CF;
 }
</style>
border-color css

<style>
 span { border-color: #EC75CF; }

 span { border-color: rgb(236,117,207); }

 td.TdClassName
 {
   border-color: #EC75CF;
 }
 .TagClassName
 {
   border-color: #EC75CF;
 }
</style>