#EC73CC

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

Shades of Neon Pink #EC73CC

Tints of Neon Pink #EC73CC

Color information

#EC73CC (or 0xEC73CC) is unknown color: approx Neon Pink. HEX triplet: EC, 73 and CC. RGB value is (236,115,204). Sum of RGB (Red+Green+Blue) = 236+115+204=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 115 (45.31% from 255 or 20.72% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73CC is #138C33. Grayscale: #A1A1A1. Windows color (decimal): -1281076 or 13399020. OLE color: 13399020.

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

Color convert

RGB236115204-
CMYK00.510.140.07
HSL315.87º76.1%68.82%-
HSV(B)315.87º51.27%92.55%-
XYZ51.6234.4561.06-
YUV161.32152.09181.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.52%
GREEN value IS 115 (45.31% from 255) = 20.72%
BLUE value IS 204 (80.08% from 255) = 36.76%
R=42.52%
G=20.72%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611520400.510.140.07315.8776.168.82
HexEC73CC033E713c4c45
Octal354163314063167474114105
Binary111011001110011110011000110011111011110011110010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC73CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC73CC; }

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

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

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

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

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

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

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

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