#EC64BE

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

Shades of Neon Pink #EC64BE

Tints of Neon Pink #EC64BE

Color information

#EC64BE (or 0xEC64BE) is unknown color: approx Neon Pink. HEX triplet: EC, 64 and BE. RGB value is (236,100,190). Sum of RGB (Red+Green+Blue) = 236+100+190=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 100 (39.45% from 255 or 19.01% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #EC64BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC64BE is #139B41. Grayscale: #969696. Windows color (decimal): -1284930 or 12477676. OLE color: 12477676.

HSL color Cylindrical-coordinate representation of color #EC64BE: hue angle of 320.29º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC64BE is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB236100190-
CMYK00.580.190.07
HSL320.29º78.16%65.88%-
HSV(B)320.29º57.63%92.55%-
XYZ48.4430.6652.08-
YUV150.92150.06188.68-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.87%
GREEN value IS 100 (39.45% from 255) = 19.01%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=44.87%
G=19.01%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610019000.580.190.07320.2978.1665.88
HexEC64BE03A1371404e42
Octal354144276072237500116102
Binary1110110011001001011111001110101001111110100000010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC64BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC64BE; }

 p { color: rgb(236,100,190); }

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

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

 a { background-color: rgb(236,100,190); }

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

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

 span { border-color: rgb(236,100,190); }

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