#EC64C7

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

Shades of Neon Pink #EC64C7

Tints of Neon Pink #EC64C7

Color information

#EC64C7 (or 0xEC64C7) is unknown color: approx Neon Pink. HEX triplet: EC, 64 and C7. RGB value is (236,100,199). Sum of RGB (Red+Green+Blue) = 236+100+199=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 100 (39.45% from 255 or 18.69% from 535); Blue value is 199 (78.12% from 255 or 37.20% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #EC64C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC64C7 is #139B38. Grayscale: #979797. Windows color (decimal): -1284921 or 13067500. OLE color: 13067500.

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

Color convert

RGB236100199-
CMYK00.580.160.07
HSL316.32º78.16%65.88%-
HSV(B)316.32º57.63%92.55%-
XYZ49.4631.0757.42-
YUV151.95154.56187.95-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.11%
GREEN value IS 100 (39.45% from 255) = 18.69%
BLUE value IS 199 (78.12% from 255) = 37.20%
R=44.11%
G=18.69%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610019900.580.160.07316.3278.1665.88
HexEC64C703A10713c4e42
Octal354144307072207474116102
Binary1110110011001001100011101110101000011110011110010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC64C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC64C7; }

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

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

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

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

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

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

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

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