#EC73CF

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

Shades of Neon Pink #EC73CF

Tints of Neon Pink #EC73CF

Color information

#EC73CF (or 0xEC73CF) is unknown color: approx Neon Pink. HEX triplet: EC, 73 and CF. RGB value is (236,115,207). Sum of RGB (Red+Green+Blue) = 236+115+207=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 115 (45.31% from 255 or 20.61% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73CF is #138C30. Grayscale: #A1A1A1. Windows color (decimal): -1281073 or 13595628. OLE color: 13595628.

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

Color convert

RGB236115207-
CMYK00.510.120.07
HSL314.38º76.1%68.82%-
HSV(B)314.38º51.27%92.55%-
XYZ51.9934.662.97-
YUV161.67153.59181.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.29%
GREEN value IS 115 (45.31% from 255) = 20.61%
BLUE value IS 207 (81.25% from 255) = 37.10%
R=42.29%
G=20.61%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611520700.510.120.07314.3876.168.82
HexEC73CF033C713a4c45
Octal354163317063147472114105
Binary111011001110011110011110110011110011110011101010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC73CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC73CF; }

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

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

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

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

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

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

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

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