#EC73CE

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

Shades of Neon Pink #EC73CE

Tints of Neon Pink #EC73CE

Color information

#EC73CE (or 0xEC73CE) is unknown color: approx Neon Pink. HEX triplet: EC, 73 and CE. RGB value is (236,115,206). Sum of RGB (Red+Green+Blue) = 236+115+206=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 115 (45.31% from 255 or 20.65% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73CE is #138C31. Grayscale: #A1A1A1. Windows color (decimal): -1281074 or 13530092. OLE color: 13530092.

HSL color Cylindrical-coordinate representation of color #EC73CE: hue angle of 314.88º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC73CE is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB236115206-
CMYK00.510.130.07
HSL314.88º76.1%68.82%-
HSV(B)314.88º51.27%92.55%-
XYZ51.8634.5562.33-
YUV161.55153.09181.1-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.37%
GREEN value IS 115 (45.31% from 255) = 20.65%
BLUE value IS 206 (80.86% from 255) = 36.98%
R=42.37%
G=20.65%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611520600.510.130.07314.8876.168.82
HexEC73CE033D713b4c45
Octal354163316063157473114105
Binary111011001110011110011100110011110111110011101110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC73CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC73CE; }

 p { color: rgb(236,115,206); }

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

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

 a { background-color: rgb(236,115,206); }

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

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

 span { border-color: rgb(236,115,206); }

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